Html Css Color HEX #AF21BE Dark Orchid

📋 copy color: '#AF21BE'

red 175 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #AF21BE

Tints of Dark Orchid #AF21BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.29%

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

R = 43.97%
G = 8.29%
B = 47.74%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF21BE (or 0xAF21BE) is known color: Dark Orchid. HEX triplet: AF, 21 and BE. RGB value is (175,33,190). Sum of RGB (Red+Green+Blue) = 175+33+190=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21BE is #50DE41. Grayscale: #5C5C5C. Windows color (decimal): -5299778 or 12460463. OLE color: 12460463.

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

Color convert

RGB 175 33 190 -
CMYK 0.08 0.83 0 0.25
HSL 294.27º 0.7% 0.44% -
HSV(B) 294.27º 0.83% 0.75% -
XYZ 27.52 13.92 49.95 -
YUV 93.36 182.54 186.23 -
System Red Green Blue C M Y K H S L
Decimal 175 33 190 0.08 0.83 0 0.25 294.27 0.7 0.44
Hex AF 21 BE 8 53 0 19 126 46 2C
Octal 257 41 276 10 123 0 31 446 106 54
Binary 10101111 100001 10111110 1000 1010011 0 11001 100100110 1000110 101100

Color Harmonies of #AF21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21BE

Black with #AF21BE

Text Example


Text Example

White with #AF21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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