Html Css Color HEX #A91CE3 Dark Orchid

📋 copy color: '#A91CE3'

red 169 ◦ green 28 ◦ blue 227

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

Shades of Dark Orchid #A91CE3

Tints of Dark Orchid #A91CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 53.54%

R = 39.86%
G = 6.6%
B = 53.54%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A91CE3 (or 0xA91CE3) is known color: Dark Orchid. HEX triplet: A9, 1C and E3. RGB value is (169,28,227). Sum of RGB (Red+Green+Blue) = 169+28+227=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #A91CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CE3 is #56E31C. Grayscale: #5C5C5C. Windows color (decimal): -5694237 or 14884009. OLE color: 14884009.

HSL color Cylindrical-coordinate representation of color #A91CE3: hue angle of 282.51º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91CE3 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 28 227 -
CMYK 0.26 0.88 0 0.11
HSL 282.51º 0.78% 0.5% -
HSV(B) 282.51º 0.88% 0.89% -
XYZ 30.64 14.81 73.92 -
YUV 92.85 203.71 182.32 -
System Red Green Blue C M Y K H S L
Decimal 169 28 227 0.26 0.88 0 0.11 282.51 0.78 0.5
Hex A9 1C E3 1A 58 0 B 11B 4E 32
Octal 251 34 343 32 130 0 13 433 116 62
Binary 10101001 11100 11100011 11010 1011000 0 1011 100011011 1001110 110010

Color Harmonies of #A91CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CE3

Black with #A91CE3

Text Example


Text Example

White with #A91CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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