Html Css Color HEX #A930BD Dark Orchid

📋 copy color: '#A930BD'

red 169 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #A930BD

Tints of Dark Orchid #A930BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 41.63%
G = 11.82%
B = 46.55%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A930BD (or 0xA930BD) is known color: Dark Orchid. HEX triplet: A9, 30 and BD. RGB value is (169,48,189). Sum of RGB (Red+Green+Blue) = 169+48+189=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #A930BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930BD is #56CF42. Grayscale: #636363. Windows color (decimal): -5689155 or 12398761. OLE color: 12398761.

HSL color Cylindrical-coordinate representation of color #A930BD: hue angle of 291.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A930BD is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 48 189 -
CMYK 0.11 0.75 0 0.26
HSL 291.49º 0.59% 0.46% -
HSV(B) 291.49º 0.75% 0.74% -
XYZ 26.6 14.22 49.49 -
YUV 100.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 169 48 189 0.11 0.75 0 0.26 291.49 0.59 0.46
Hex A9 30 BD B 4B 0 1A 123 3B 2E
Octal 251 60 275 13 113 0 32 443 73 56
Binary 10101001 110000 10111101 1011 1001011 0 11010 100100011 111011 101110

Color Harmonies of #A930BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A930BD

Black with #A930BD

Text Example


Text Example

White with #A930BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A930BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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