Html Css Color HEX #AF22BD Dark Orchid

📋 copy color: '#AF22BD'

red 175 ◦ green 34 ◦ blue 189

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

Shades of Dark Orchid #AF22BD

Tints of Dark Orchid #AF22BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 43.97%
G = 8.54%
B = 47.49%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF22BD (or 0xAF22BD) is known color: Dark Orchid. HEX triplet: AF, 22 and BD. RGB value is (175,34,189). Sum of RGB (Red+Green+Blue) = 175+34+189=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF22BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22BD is #50DD42. Grayscale: #5D5D5D. Windows color (decimal): -5299523 or 12395183. OLE color: 12395183.

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

Color convert

RGB 175 34 189 -
CMYK 0.07 0.82 0 0.26
HSL 294.58º 0.7% 0.44% -
HSV(B) 294.58º 0.82% 0.74% -
XYZ 27.44 13.93 49.39 -
YUV 93.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 175 34 189 0.07 0.82 0 0.26 294.58 0.7 0.44
Hex AF 22 BD 7 52 0 1A 127 46 2C
Octal 257 42 275 7 122 0 32 447 106 54
Binary 10101111 100010 10111101 111 1010010 0 11010 100100111 1000110 101100

Color Harmonies of #AF22BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22BD

Black with #AF22BD

Text Example


Text Example

White with #AF22BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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