Html Css Color HEX #AF27EA Dark Orchid

📋 copy color: '#AF27EA'

red 175 ◦ green 39 ◦ blue 234

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

Shades of Dark Orchid #AF27EA

Tints of Dark Orchid #AF27EA

RGB

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

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

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

R = 39.06%
G = 8.71%
B = 52.23%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF27EA (or 0xAF27EA) is known color: Dark Orchid. HEX triplet: AF, 27 and EA. RGB value is (175,39,234). Sum of RGB (Red+Green+Blue) = 175+39+234=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF27EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF27EA is #50D815. Grayscale: #656565. Windows color (decimal): -5298198 or 15345583. OLE color: 15345583.

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

Color convert

RGB 175 39 234 -
CMYK 0.25 0.83 0 0.08
HSL 281.85º 0.82% 0.54% -
HSV(B) 281.85º 0.83% 0.92% -
XYZ 33.26 16.51 79.27 -
YUV 101.89 202.56 180.14 -
System Red Green Blue C M Y K H S L
Decimal 175 39 234 0.25 0.83 0 0.08 281.85 0.82 0.54
Hex AF 27 EA 19 53 0 8 11A 52 36
Octal 257 47 352 31 123 0 10 432 122 66
Binary 10101111 100111 11101010 11001 1010011 0 1000 100011010 1010010 110110

Color Harmonies of #AF27EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27EA

Black with #AF27EA

Text Example


Text Example

White with #AF27EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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