Html Css Color HEX #A930CE Dark Orchid

📋 copy color: '#A930CE'

red 169 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #A930CE

Tints of Dark Orchid #A930CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 39.95%
G = 11.35%
B = 48.7%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A930CE (or 0xA930CE) is known color: Dark Orchid. HEX triplet: A9, 30 and CE. RGB value is (169,48,206). Sum of RGB (Red+Green+Blue) = 169+48+206=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #A930CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930CE is #56CF31. Grayscale: #656565. Windows color (decimal): -5689138 or 13512873. OLE color: 13512873.

HSL color Cylindrical-coordinate representation of color #A930CE: hue angle of 285.95º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A930CE is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 48 206 -
CMYK 0.18 0.77 0 0.19
HSL 285.95º 0.62% 0.5% -
HSV(B) 285.95º 0.77% 0.81% -
XYZ 28.56 15.01 59.78 -
YUV 102.19 186.59 175.65 -
System Red Green Blue C M Y K H S L
Decimal 169 48 206 0.18 0.77 0 0.19 285.95 0.62 0.5
Hex A9 30 CE 12 4D 0 13 11E 3E 32
Octal 251 60 316 22 115 0 23 436 76 62
Binary 10101001 110000 11001110 10010 1001101 0 10011 100011110 111110 110010

Color Harmonies of #A930CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A930CE

Black with #A930CE

Text Example


Text Example

White with #A930CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A930CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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