Html Css Color HEX #AF27EB Dark Orchid

📋 copy color: '#AF27EB'

red 175 ◦ green 39 ◦ blue 235

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

Shades of Dark Orchid #AF27EB

Tints of Dark Orchid #AF27EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 38.98%
G = 8.69%
B = 52.34%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF27EB (or 0xAF27EB) is known color: Dark Orchid. HEX triplet: AF, 27 and EB. RGB value is (175,39,235). Sum of RGB (Red+Green+Blue) = 175+39+235=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF27EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF27EB is #50D814. Grayscale: #656565. Windows color (decimal): -5298197 or 15411119. OLE color: 15411119.

HSL color Cylindrical-coordinate representation of color #AF27EB: hue angle of 281.63º degrees, saturation: 0.83, 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 #AF27EB is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 39 235 -
CMYK 0.26 0.83 0 0.08
HSL 281.63º 0.83% 0.54% -
HSV(B) 281.63º 0.83% 0.92% -
XYZ 33.4 16.56 80.03 -
YUV 102.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 175 39 235 0.26 0.83 0 0.08 281.63 0.83 0.54
Hex AF 27 EB 1A 53 0 8 11A 53 36
Octal 257 47 353 32 123 0 10 432 123 66
Binary 10101111 100111 11101011 11010 1010011 0 1000 100011010 1010011 110110

Color Harmonies of #AF27EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27EB

Black with #AF27EB

Text Example


Text Example

White with #AF27EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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