Html Css Color HEX #AF2AEC Dark Orchid

📋 copy color: '#AF2AEC'

red 175 ◦ green 42 ◦ blue 236

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

Shades of Dark Orchid #AF2AEC

Tints of Dark Orchid #AF2AEC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.27%

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 38.63%
G = 9.27%
B = 52.1%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF2AEC (or 0xAF2AEC) is known color: Dark Orchid. HEX triplet: AF, 2A and EC. RGB value is (175,42,236). Sum of RGB (Red+Green+Blue) = 175+42+236=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF2AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2AEC is #50D513. Grayscale: #676767. Windows color (decimal): -5297428 or 15477423. OLE color: 15477423.

HSL color Cylindrical-coordinate representation of color #AF2AEC: hue angle of 281.13º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2AEC is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 42 236 -
CMYK 0.26 0.82 0 0.07
HSL 281.13º 0.84% 0.55% -
HSV(B) 281.13º 0.82% 0.93% -
XYZ 33.65 16.83 80.83 -
YUV 103.88 202.56 178.73 -
System Red Green Blue C M Y K H S L
Decimal 175 42 236 0.26 0.82 0 0.07 281.13 0.84 0.55
Hex AF 2A EC 1A 52 0 7 119 54 37
Octal 257 52 354 32 122 0 7 431 124 67
Binary 10101111 101010 11101100 11010 1010010 0 111 100011001 1010100 110111

Color Harmonies of #AF2AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2AEC

Black with #AF2AEC

Text Example


Text Example

White with #AF2AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2AEC; }

 p { color: rgb(175,42,236); }

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

background-color css

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

 a { background-color: rgb(175,42,236); }

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

border-color css

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

 span { border-color: rgb(175,42,236); }

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