Html Css Color HEX #A921B5 Dark Orchid

📋 copy color: '#A921B5'

red 169 ◦ green 33 ◦ blue 181

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

Shades of Dark Orchid #A921B5

Tints of Dark Orchid #A921B5

RGB

 RED value IS 169 (66.41% from 255) = 44.13%

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 44.13%
G = 8.62%
B = 47.26%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A921B5 (or 0xA921B5) is known color: Dark Orchid. HEX triplet: A9, 21 and B5. RGB value is (169,33,181). Sum of RGB (Red+Green+Blue) = 169+33+181=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #A921B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921B5 is #56DE4A. Grayscale: #5A5A5A. Windows color (decimal): -5693003 or 11870633. OLE color: 11870633.

HSL color Cylindrical-coordinate representation of color #A921B5: hue angle of 295.14º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A921B5 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 33 181 -
CMYK 0.07 0.82 0 0.29
HSL 295.14º 0.69% 0.42% -
HSV(B) 295.14º 0.82% 0.71% -
XYZ 25.25 12.86 44.87 -
YUV 90.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 169 33 181 0.07 0.82 0 0.29 295.14 0.69 0.42
Hex A9 21 B5 7 52 0 1D 127 45 2A
Octal 251 41 265 7 122 0 35 447 105 52
Binary 10101001 100001 10110101 111 1010010 0 11101 100100111 1000101 101010

Color Harmonies of #A921B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A921B5

Black with #A921B5

Text Example


Text Example

White with #A921B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A921B5; }

 p { color: rgb(169,33,181); }

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

background-color css

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

 a { background-color: rgb(169,33,181); }

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

border-color css

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

 span { border-color: rgb(169,33,181); }

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