Html Css Color HEX #A930D0 Dark Orchid

📋 copy color: '#A930D0'

red 169 ◦ green 48 ◦ blue 208

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

Shades of Dark Orchid #A930D0

Tints of Dark Orchid #A930D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.94%

R = 39.76%
G = 11.29%
B = 48.94%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A930D0 (or 0xA930D0) is known color: Dark Orchid. HEX triplet: A9, 30 and D0. RGB value is (169,48,208). Sum of RGB (Red+Green+Blue) = 169+48+208=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #A930D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930D0 is #56CF2F. Grayscale: #656565. Windows color (decimal): -5689136 or 13643945. OLE color: 13643945.

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

Color convert

RGB 169 48 208 -
CMYK 0.19 0.77 0 0.18
HSL 285.38º 0.63% 0.5% -
HSV(B) 285.38º 0.77% 0.82% -
XYZ 28.8 15.1 61.07 -
YUV 102.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 169 48 208 0.19 0.77 0 0.18 285.38 0.63 0.5
Hex A9 30 D0 13 4D 0 12 11D 3F 32
Octal 251 60 320 23 115 0 22 435 77 62
Binary 10101001 110000 11010000 10011 1001101 0 10010 100011101 111111 110010

Color Harmonies of #A930D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A930D0

Black with #A930D0

Text Example


Text Example

White with #A930D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A930D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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