Html Css Color HEX #AF21E1 Dark Orchid

📋 copy color: '#AF21E1'

red 175 ◦ green 33 ◦ blue 225

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

Shades of Dark Orchid #AF21E1

Tints of Dark Orchid #AF21E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.96%

R = 40.42%
G = 7.62%
B = 51.96%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF21E1 (or 0xAF21E1) is known color: Dark Orchid. HEX triplet: AF, 21 and E1. RGB value is (175,33,225). Sum of RGB (Red+Green+Blue) = 175+33+225=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF21E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21E1 is #50DE1E. Grayscale: #606060. Windows color (decimal): -5299743 or 14754223. OLE color: 14754223.

HSL color Cylindrical-coordinate representation of color #AF21E1: hue angle of 284.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF21E1 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 33 225 -
CMYK 0.22 0.85 0 0.12
HSL 284.38º 0.76% 0.51% -
HSV(B) 284.38º 0.85% 0.88% -
XYZ 31.81 15.64 72.58 -
YUV 97.35 200.04 183.39 -
System Red Green Blue C M Y K H S L
Decimal 175 33 225 0.22 0.85 0 0.12 284.38 0.76 0.51
Hex AF 21 E1 16 55 0 C 11C 4C 33
Octal 257 41 341 26 125 0 14 434 114 63
Binary 10101111 100001 11100001 10110 1010101 0 1100 100011100 1001100 110011

Color Harmonies of #AF21E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21E1

Black with #AF21E1

Text Example


Text Example

White with #AF21E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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