Html Css Color HEX #A630AA Dark Orchid

📋 copy color: '#A630AA'

red 166 ◦ green 48 ◦ blue 170

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

Shades of Dark Orchid #A630AA

Tints of Dark Orchid #A630AA

RGB

 RED value IS 166 (65.23% from 255) = 43.23%

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 43.23%
G = 12.5%
B = 44.27%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A630AA (or 0xA630AA) is known color: Dark Orchid. HEX triplet: A6, 30 and AA. RGB value is (166,48,170). Sum of RGB (Red+Green+Blue) = 166+48+170=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #A630AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A630AA is #59CF55. Grayscale: #606060. Windows color (decimal): -5885782 or 11153574. OLE color: 11153574.

HSL color Cylindrical-coordinate representation of color #A630AA: hue angle of 298.03º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A630AA is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 48 170 -
CMYK 0.02 0.72 0 0.33
HSL 298.03º 0.56% 0.43% -
HSV(B) 298.03º 0.72% 0.67% -
XYZ 24.04 13.12 39.3 -
YUV 97.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 166 48 170 0.02 0.72 0 0.33 298.03 0.56 0.43
Hex A6 30 AA 2 48 0 21 12A 38 2B
Octal 246 60 252 2 110 0 41 452 70 53
Binary 10100110 110000 10101010 10 1001000 0 100001 100101010 111000 101011

Color Harmonies of #A630AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630AA

Black with #A630AA

Text Example


Text Example

White with #A630AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630AA; }

 p { color: rgb(166,48,170); }

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

background-color css

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

 a { background-color: rgb(166,48,170); }

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

border-color css

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

 span { border-color: rgb(166,48,170); }

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