Html Css Color HEX #A63BB8 Dark Orchid

📋 copy color: '#A63BB8'

red 166 ◦ green 59 ◦ blue 184

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

Shades of Dark Orchid #A63BB8

Tints of Dark Orchid #A63BB8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.43%

 BLUE value IS 184 (72.27% from 255) = 44.99%

R = 40.59%
G = 14.43%
B = 44.99%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A63BB8 (or 0xA63BB8) is known color: Dark Orchid. HEX triplet: A6, 3B and B8. RGB value is (166,59,184). Sum of RGB (Red+Green+Blue) = 166+59+184=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #A63BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BB8 is #59C447. Grayscale: #686868. Windows color (decimal): -5882952 or 12073894. OLE color: 12073894.

HSL color Cylindrical-coordinate representation of color #A63BB8: hue angle of 291.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63BB8 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 59 184 -
CMYK 0.10 0.68 0 0.28
HSL 291.36º 0.51% 0.48% -
HSV(B) 291.36º 0.68% 0.72% -
XYZ 25.94 14.7 46.82 -
YUV 105.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 166 59 184 0.10 0.68 0 0.28 291.36 0.51 0.48
Hex A6 3B B8 A 44 0 1C 123 33 30
Octal 246 73 270 12 104 0 34 443 63 60
Binary 10100110 111011 10111000 1010 1000100 0 11100 100100011 110011 110000

Color Harmonies of #A63BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BB8

Black with #A63BB8

Text Example


Text Example

White with #A63BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BB8; }

 p { color: rgb(166,59,184); }

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

background-color css

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

 a { background-color: rgb(166,59,184); }

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

border-color css

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

 span { border-color: rgb(166,59,184); }

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