Html Css Color HEX #AF23CF Dark Orchid

📋 copy color: '#AF23CF'

red 175 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #AF23CF

Tints of Dark Orchid #AF23CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 41.97%
G = 8.39%
B = 49.64%

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

#AF23CF (or 0xAF23CF) is known color: Dark Orchid. HEX triplet: AF, 23 and CF. RGB value is (175,35,207). Sum of RGB (Red+Green+Blue) = 175+35+207=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF23CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23CF is #50DC30. Grayscale: #5F5F5F. Windows color (decimal): -5299249 or 13575087. OLE color: 13575087.

HSL color Cylindrical-coordinate representation of color #AF23CF: hue angle of 288.84º 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 #AF23CF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 35 207 -
CMYK 0.15 0.83 0 0.19
HSL 288.84º 0.71% 0.47% -
HSV(B) 288.84º 0.83% 0.81% -
XYZ 29.54 14.82 60.34 -
YUV 96.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 175 35 207 0.15 0.83 0 0.19 288.84 0.71 0.47
Hex AF 23 CF F 53 0 13 121 47 2F
Octal 257 43 317 17 123 0 23 441 107 57
Binary 10101111 100011 11001111 1111 1010011 0 10011 100100001 1000111 101111

Color Harmonies of #AF23CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23CF

Black with #AF23CF

Text Example


Text Example

White with #AF23CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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