Html Css Color HEX #A91CE6 Dark Orchid

📋 copy color: '#A91CE6'

red 169 ◦ green 28 ◦ blue 230

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

Shades of Dark Orchid #A91CE6

Tints of Dark Orchid #A91CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.86%

R = 39.58%
G = 6.56%
B = 53.86%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A91CE6 (or 0xA91CE6) is known color: Dark Orchid. HEX triplet: A9, 1C and E6. RGB value is (169,28,230). Sum of RGB (Red+Green+Blue) = 169+28+230=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #A91CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CE6 is #56E319. Grayscale: #5C5C5C. Windows color (decimal): -5694234 or 15080617. OLE color: 15080617.

HSL color Cylindrical-coordinate representation of color #A91CE6: hue angle of 281.88º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91CE6 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 28 230 -
CMYK 0.27 0.88 0 0.10
HSL 281.88º 0.8% 0.51% -
HSV(B) 281.88º 0.88% 0.9% -
XYZ 31.06 14.98 76.12 -
YUV 93.19 205.21 182.07 -
System Red Green Blue C M Y K H S L
Decimal 169 28 230 0.27 0.88 0 0.10 281.88 0.8 0.51
Hex A9 1C E6 1B 58 0 A 11A 50 33
Octal 251 34 346 33 130 0 12 432 120 63
Binary 10101001 11100 11100110 11011 1011000 0 1010 100011010 1010000 110011

Color Harmonies of #A91CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CE6

Black with #A91CE6

Text Example


Text Example

White with #A91CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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