Html Css Color HEX #AF2CEA Dark Orchid

📋 copy color: '#AF2CEA'

red 175 ◦ green 44 ◦ blue 234

#AF2CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF2CEA

Tints of Dark Orchid #AF2CEA

RGB

 RED value IS 175 (68.75% from 255) = 38.63%

 GREEN value IS 44 (17.58% from 255) = 9.71%

 BLUE value IS 234 (91.8% from 255) = 51.66%

R = 38.63%
G = 9.71%
B = 51.66%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF2CEA (or 0xAF2CEA) is known color: Dark Orchid. HEX triplet: AF, 2C and EA. RGB value is (175,44,234). Sum of RGB (Red+Green+Blue) = 175+44+234=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF2CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2CEA is #50D315. Grayscale: #686868. Windows color (decimal): -5296918 or 15346863. OLE color: 15346863.

HSL color Cylindrical-coordinate representation of color #AF2CEA: hue angle of 281.37º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2CEA is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 44 234 -
CMYK 0.25 0.81 0 0.08
HSL 281.37º 0.82% 0.55% -
HSV(B) 281.37º 0.81% 0.92% -
XYZ 33.43 16.86 79.33 -
YUV 104.83 200.9 178.05 -
System Red Green Blue C M Y K H S L
Decimal 175 44 234 0.25 0.81 0 0.08 281.37 0.82 0.55
Hex AF 2C EA 19 51 0 8 119 52 37
Octal 257 54 352 31 121 0 10 431 122 67
Binary 10101111 101100 11101010 11001 1010001 0 1000 100011001 1010010 110111

Color Harmonies of #AF2CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CEA

Black with #AF2CEA

Text Example


Text Example

White with #AF2CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CEA; }

 p { color: rgb(175,44,234); }

 H1.HeaderClassName
 {
   color: #AF2CEA;
 }
 .AnyTagClassName
 {
   color: #AF2CEA;
 }
</style>

background-color css

<style>
 a { background-color: #AF2CEA; }

 a { background-color: rgb(175,44,234); }

 div.DivClassName
 {
   background-color: #AF2CEA;
 }
 .BgClassName
 {
   background-color: #AF2CEA;
 }
</style>

border-color css

<style>
 span { border-color: #AF2CEA; }

 span { border-color: rgb(175,44,234); }

 td.TdClassName
 {
   border-color: #AF2CEA;
 }
 .TagClassName
 {
   border-color: #AF2CEA;
 }
</style>