Html Css Color HEX #A930E1 Dark Orchid

📋 copy color: '#A930E1'

red 169 ◦ green 48 ◦ blue 225

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

Shades of Dark Orchid #A930E1

Tints of Dark Orchid #A930E1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.86%

 BLUE value IS 225 (88.28% from 255) = 50.9%

R = 38.24%
G = 10.86%
B = 50.9%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A930E1 (or 0xA930E1) is known color: Dark Orchid. HEX triplet: A9, 30 and E1. RGB value is (169,48,225). Sum of RGB (Red+Green+Blue) = 169+48+225=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #A930E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930E1 is #56CF1E. Grayscale: #676767. Windows color (decimal): -5689119 or 14758057. OLE color: 14758057.

HSL color Cylindrical-coordinate representation of color #A930E1: hue angle of 281.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A930E1 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 48 225 -
CMYK 0.25 0.79 0 0.12
HSL 281.02º 0.75% 0.54% -
HSV(B) 281.02º 0.79% 0.88% -
XYZ 31.01 15.99 72.69 -
YUV 104.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 169 48 225 0.25 0.79 0 0.12 281.02 0.75 0.54
Hex A9 30 E1 19 4F 0 C 119 4B 36
Octal 251 60 341 31 117 0 14 431 113 66
Binary 10101001 110000 11100001 11001 1001111 0 1100 100011001 1001011 110110

Color Harmonies of #A930E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A930E1

Black with #A930E1

Text Example


Text Example

White with #A930E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A930E1; }

 p { color: rgb(169,48,225); }

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

background-color css

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

 a { background-color: rgb(169,48,225); }

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

border-color css

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

 span { border-color: rgb(169,48,225); }

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