Html Css Color HEX #A91AB4 Dark Orchid

📋 copy color: '#A91AB4'

red 169 ◦ green 26 ◦ blue 180

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

Shades of Dark Orchid #A91AB4

Tints of Dark Orchid #A91AB4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 180 (70.7% from 255) = 48%

R = 45.07%
G = 6.93%
B = 48%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A91AB4 (or 0xA91AB4) is known color: Dark Orchid. HEX triplet: A9, 1A and B4. RGB value is (169,26,180). Sum of RGB (Red+Green+Blue) = 169+26+180=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #A91AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91AB4 is #56E54B. Grayscale: #555555. Windows color (decimal): -5694796 or 11803305. OLE color: 11803305.

HSL color Cylindrical-coordinate representation of color #A91AB4: hue angle of 295.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91AB4 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 26 180 -
CMYK 0.06 0.86 0 0.29
HSL 295.71º 0.75% 0.4% -
HSV(B) 295.71º 0.86% 0.71% -
XYZ 24.97 12.47 44.27 -
YUV 86.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 169 26 180 0.06 0.86 0 0.29 295.71 0.75 0.4
Hex A9 1A B4 6 56 0 1D 128 4B 28
Octal 251 32 264 6 126 0 35 450 113 50
Binary 10101001 11010 10110100 110 1010110 0 11101 100101000 1001011 101000

Color Harmonies of #A91AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AB4

Black with #A91AB4

Text Example


Text Example

White with #A91AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AB4; }

 p { color: rgb(169,26,180); }

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

background-color css

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

 a { background-color: rgb(169,26,180); }

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

border-color css

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

 span { border-color: rgb(169,26,180); }

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