Html Css Color HEX #AF23CE Dark Orchid

📋 copy color: '#AF23CE'

red 175 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #AF23CE

Tints of Dark Orchid #AF23CE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.41%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 42.07%
G = 8.41%
B = 49.52%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF23CE (or 0xAF23CE) is known color: Dark Orchid. HEX triplet: AF, 23 and CE. RGB value is (175,35,206). Sum of RGB (Red+Green+Blue) = 175+35+206=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF23CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23CE is #50DC31. Grayscale: #5F5F5F. Windows color (decimal): -5299250 or 13509551. OLE color: 13509551.

HSL color Cylindrical-coordinate representation of color #AF23CE: hue angle of 289.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF23CE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 35 206 -
CMYK 0.15 0.83 0 0.19
HSL 289.12º 0.71% 0.47% -
HSV(B) 289.12º 0.83% 0.81% -
XYZ 29.42 14.77 59.69 -
YUV 96.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 175 35 206 0.15 0.83 0 0.19 289.12 0.71 0.47
Hex AF 23 CE F 53 0 13 121 47 2F
Octal 257 43 316 17 123 0 23 441 107 57
Binary 10101111 100011 11001110 1111 1010011 0 10011 100100001 1000111 101111

Color Harmonies of #AF23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23CE

Black with #AF23CE

Text Example


Text Example

White with #AF23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23CE; }

 p { color: rgb(175,35,206); }

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

background-color css

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

 a { background-color: rgb(175,35,206); }

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

border-color css

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

 span { border-color: rgb(175,35,206); }

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