Html Css Color HEX #A634BA Dark Orchid

📋 copy color: '#A634BA'

red 166 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #A634BA

Tints of Dark Orchid #A634BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.87%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 41.09%
G = 12.87%
B = 46.04%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A634BA (or 0xA634BA) is known color: Dark Orchid. HEX triplet: A6, 34 and BA. RGB value is (166,52,186). Sum of RGB (Red+Green+Blue) = 166+52+186=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #A634BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634BA is #59CB45. Grayscale: #646464. Windows color (decimal): -5884742 or 12203174. OLE color: 12203174.

HSL color Cylindrical-coordinate representation of color #A634BA: hue angle of 291.04º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A634BA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 52 186 -
CMYK 0.11 0.72 0 0.27
HSL 291.04º 0.56% 0.47% -
HSV(B) 291.04º 0.72% 0.73% -
XYZ 25.82 14.11 47.82 -
YUV 101.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 166 52 186 0.11 0.72 0 0.27 291.04 0.56 0.47
Hex A6 34 BA B 48 0 1B 123 38 2F
Octal 246 64 272 13 110 0 33 443 70 57
Binary 10100110 110100 10111010 1011 1001000 0 11011 100100011 111000 101111

Color Harmonies of #A634BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634BA

Black with #A634BA

Text Example


Text Example

White with #A634BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634BA; }

 p { color: rgb(166,52,186); }

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

background-color css

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

 a { background-color: rgb(166,52,186); }

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

border-color css

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

 span { border-color: rgb(166,52,186); }

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