Html Css Color HEX #A91CB4 Dark Orchid

📋 copy color: '#A91CB4'

red 169 ◦ green 28 ◦ blue 180

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

Shades of Dark Orchid #A91CB4

Tints of Dark Orchid #A91CB4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.43%

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

R = 44.83%
G = 7.43%
B = 47.75%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A91CB4 (or 0xA91CB4) is known color: Dark Orchid. HEX triplet: A9, 1C and B4. RGB value is (169,28,180). Sum of RGB (Red+Green+Blue) = 169+28+180=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #A91CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CB4 is #56E34B. Grayscale: #575757. Windows color (decimal): -5694284 or 11803817. OLE color: 11803817.

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

Color convert

RGB 169 28 180 -
CMYK 0.06 0.84 0 0.29
HSL 295.66º 0.73% 0.41% -
HSV(B) 295.66º 0.84% 0.71% -
XYZ 25.02 12.56 44.29 -
YUV 87.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 169 28 180 0.06 0.84 0 0.29 295.66 0.73 0.41
Hex A9 1C B4 6 54 0 1D 128 49 29
Octal 251 34 264 6 124 0 35 450 111 51
Binary 10101001 11100 10110100 110 1010100 0 11101 100101000 1001001 101001

Color Harmonies of #A91CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CB4

Black with #A91CB4

Text Example


Text Example

White with #A91CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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