Html Css Color HEX #AF27EC Dark Orchid

📋 copy color: '#AF27EC'

red 175 ◦ green 39 ◦ blue 236

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

Shades of Dark Orchid #AF27EC

Tints of Dark Orchid #AF27EC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.67%

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

R = 38.89%
G = 8.67%
B = 52.44%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF27EC (or 0xAF27EC) is known color: Dark Orchid. HEX triplet: AF, 27 and EC. RGB value is (175,39,236). Sum of RGB (Red+Green+Blue) = 175+39+236=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF27EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF27EC is #50D813. Grayscale: #656565. Windows color (decimal): -5298196 or 15476655. OLE color: 15476655.

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

Color convert

RGB 175 39 236 -
CMYK 0.26 0.83 0 0.07
HSL 281.42º 0.84% 0.54% -
HSV(B) 281.42º 0.83% 0.93% -
XYZ 33.55 16.62 80.8 -
YUV 102.12 203.56 179.98 -
System Red Green Blue C M Y K H S L
Decimal 175 39 236 0.26 0.83 0 0.07 281.42 0.84 0.54
Hex AF 27 EC 1A 53 0 7 119 54 36
Octal 257 47 354 32 123 0 7 431 124 66
Binary 10101111 100111 11101100 11010 1010011 0 111 100011001 1010100 110110

Color Harmonies of #AF27EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27EC

Black with #AF27EC

Text Example


Text Example

White with #AF27EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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