Html Css Color HEX #A91ED7 Dark Orchid

📋 copy color: '#A91ED7'

red 169 ◦ green 30 ◦ blue 215

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

Shades of Dark Orchid #A91ED7

Tints of Dark Orchid #A91ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.93%

R = 40.82%
G = 7.25%
B = 51.93%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A91ED7 (or 0xA91ED7) is known color: Dark Orchid. HEX triplet: A9, 1E and D7. RGB value is (169,30,215). Sum of RGB (Red+Green+Blue) = 169+30+215=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #A91ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ED7 is #56E128. Grayscale: #5C5C5C. Windows color (decimal): -5693737 or 14098089. OLE color: 14098089.

HSL color Cylindrical-coordinate representation of color #A91ED7: hue angle of 285.08º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91ED7 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 30 215 -
CMYK 0.21 0.86 0 0.16
HSL 285.08º 0.76% 0.48% -
HSV(B) 285.08º 0.86% 0.84% -
XYZ 29.09 14.27 65.51 -
YUV 92.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 169 30 215 0.21 0.86 0 0.16 285.08 0.76 0.48
Hex A9 1E D7 15 56 0 10 11D 4C 30
Octal 251 36 327 25 126 0 20 435 114 60
Binary 10101001 11110 11010111 10101 1010110 0 10000 100011101 1001100 110000

Color Harmonies of #A91ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91ED7

Black with #A91ED7

Text Example


Text Example

White with #A91ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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