Html Css Color HEX #A91CBE Dark Orchid

📋 copy color: '#A91CBE'

red 169 ◦ green 28 ◦ blue 190

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

Shades of Dark Orchid #A91CBE

Tints of Dark Orchid #A91CBE

RGB

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

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

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

R = 43.67%
G = 7.24%
B = 49.1%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A91CBE (or 0xA91CBE) is known color: Dark Orchid. HEX triplet: A9, 1C and BE. RGB value is (169,28,190). Sum of RGB (Red+Green+Blue) = 169+28+190=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #A91CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CBE is #56E341. Grayscale: #585858. Windows color (decimal): -5694274 or 12459177. OLE color: 12459177.

HSL color Cylindrical-coordinate representation of color #A91CBE: hue angle of 292.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91CBE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 28 190 -
CMYK 0.11 0.85 0 0.25
HSL 292.22º 0.74% 0.43% -
HSV(B) 292.22º 0.85% 0.75% -
XYZ 26.07 12.98 49.85 -
YUV 88.63 185.21 185.33 -
System Red Green Blue C M Y K H S L
Decimal 169 28 190 0.11 0.85 0 0.25 292.22 0.74 0.43
Hex A9 1C BE B 55 0 19 124 4A 2B
Octal 251 34 276 13 125 0 31 444 112 53
Binary 10101001 11100 10111110 1011 1010101 0 11001 100100100 1001010 101011

Color Harmonies of #A91CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CBE

Black with #A91CBE

Text Example


Text Example

White with #A91CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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