Html Css Color HEX #A91EBE Dark Orchid

📋 copy color: '#A91EBE'

red 169 ◦ green 30 ◦ blue 190

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

Shades of Dark Orchid #A91EBE

Tints of Dark Orchid #A91EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.71%

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

R = 43.44%
G = 7.71%
B = 48.84%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A91EBE (or 0xA91EBE) is known color: Dark Orchid. HEX triplet: A9, 1E and BE. RGB value is (169,30,190). Sum of RGB (Red+Green+Blue) = 169+30+190=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #A91EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EBE is #56E141. Grayscale: #595959. Windows color (decimal): -5693762 or 12459689. OLE color: 12459689.

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

Color convert

RGB 169 30 190 -
CMYK 0.11 0.84 0 0.25
HSL 292.13º 0.73% 0.43% -
HSV(B) 292.13º 0.84% 0.75% -
XYZ 26.12 13.08 49.86 -
YUV 89.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 169 30 190 0.11 0.84 0 0.25 292.13 0.73 0.43
Hex A9 1E BE B 54 0 19 124 49 2B
Octal 251 36 276 13 124 0 31 444 111 53
Binary 10101001 11110 10111110 1011 1010100 0 11001 100100100 1001001 101011

Color Harmonies of #A91EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91EBE

Black with #A91EBE

Text Example


Text Example

White with #A91EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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