Html Css Color HEX #AF36EF Dark Orchid

📋 copy color: '#AF36EF'

red 175 ◦ green 54 ◦ blue 239

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

Shades of Dark Orchid #AF36EF

Tints of Dark Orchid #AF36EF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.54%

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 37.39%
G = 11.54%
B = 51.07%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF36EF (or 0xAF36EF) is known color: Dark Orchid. HEX triplet: AF, 36 and EF. RGB value is (175,54,239). Sum of RGB (Red+Green+Blue) = 175+54+239=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF36EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF36EF is #50C910. Grayscale: #6E6E6E. Windows color (decimal): -5294353 or 15677103. OLE color: 15677103.

HSL color Cylindrical-coordinate representation of color #AF36EF: hue angle of 279.24º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF36EF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 54 239 -
CMYK 0.27 0.77 0 0.06
HSL 279.24º 0.85% 0.57% -
HSV(B) 279.24º 0.77% 0.94% -
XYZ 34.58 17.98 83.31 -
YUV 111.27 200.09 173.46 -
System Red Green Blue C M Y K H S L
Decimal 175 54 239 0.27 0.77 0 0.06 279.24 0.85 0.57
Hex AF 36 EF 1B 4D 0 6 117 55 39
Octal 257 66 357 33 115 0 6 427 125 71
Binary 10101111 110110 11101111 11011 1001101 0 110 100010111 1010101 111001

Color Harmonies of #AF36EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36EF

Black with #AF36EF

Text Example


Text Example

White with #AF36EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36EF; }

 p { color: rgb(175,54,239); }

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

background-color css

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

 a { background-color: rgb(175,54,239); }

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

border-color css

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

 span { border-color: rgb(175,54,239); }

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