Html Css Color HEX #AF22BE Dark Orchid

📋 copy color: '#AF22BE'

red 175 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #AF22BE

Tints of Dark Orchid #AF22BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 43.86%
G = 8.52%
B = 47.62%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF22BE (or 0xAF22BE) is known color: Dark Orchid. HEX triplet: AF, 22 and BE. RGB value is (175,34,190). Sum of RGB (Red+Green+Blue) = 175+34+190=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF22BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22BE is #50DD41. Grayscale: #5D5D5D. Windows color (decimal): -5299522 or 12460719. OLE color: 12460719.

HSL color Cylindrical-coordinate representation of color #AF22BE: hue angle of 294.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF22BE is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 34 190 -
CMYK 0.08 0.82 0 0.25
HSL 294.23º 0.7% 0.44% -
HSV(B) 294.23º 0.82% 0.75% -
XYZ 27.55 13.98 49.96 -
YUV 93.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 175 34 190 0.08 0.82 0 0.25 294.23 0.7 0.44
Hex AF 22 BE 8 52 0 19 126 46 2C
Octal 257 42 276 10 122 0 31 446 106 54
Binary 10101111 100010 10111110 1000 1010010 0 11001 100100110 1000110 101100

Color Harmonies of #AF22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22BE

Black with #AF22BE

Text Example


Text Example

White with #AF22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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