Html Css Color HEX #AF22CF Dark Orchid

📋 copy color: '#AF22CF'

red 175 ◦ green 34 ◦ blue 207

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

Shades of Dark Orchid #AF22CF

Tints of Dark Orchid #AF22CF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.17%

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

R = 42.07%
G = 8.17%
B = 49.76%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF22CF (or 0xAF22CF) is known color: Dark Orchid. HEX triplet: AF, 22 and CF. RGB value is (175,34,207). Sum of RGB (Red+Green+Blue) = 175+34+207=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF22CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22CF is #50DD30. Grayscale: #5F5F5F. Windows color (decimal): -5299505 or 13574831. OLE color: 13574831.

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

Color convert

RGB 175 34 207 -
CMYK 0.15 0.84 0 0.19
HSL 288.9º 0.72% 0.47% -
HSV(B) 288.9º 0.84% 0.81% -
XYZ 29.51 14.76 60.33 -
YUV 95.88 190.71 184.43 -
System Red Green Blue C M Y K H S L
Decimal 175 34 207 0.15 0.84 0 0.19 288.9 0.72 0.47
Hex AF 22 CF F 54 0 13 121 48 2F
Octal 257 42 317 17 124 0 23 441 110 57
Binary 10101111 100010 11001111 1111 1010100 0 10011 100100001 1001000 101111

Color Harmonies of #AF22CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22CF

Black with #AF22CF

Text Example


Text Example

White with #AF22CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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