Html Css Color HEX #A634BD Dark Orchid

📋 copy color: '#A634BD'

red 166 ◦ green 52 ◦ blue 189

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

Shades of Dark Orchid #A634BD

Tints of Dark Orchid #A634BD

RGB

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

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

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

R = 40.79%
G = 12.78%
B = 46.44%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A634BD (or 0xA634BD) is known color: Dark Orchid. HEX triplet: A6, 34 and BD. RGB value is (166,52,189). Sum of RGB (Red+Green+Blue) = 166+52+189=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #A634BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634BD is #59CB42. Grayscale: #656565. Windows color (decimal): -5884739 or 12399782. OLE color: 12399782.

HSL color Cylindrical-coordinate representation of color #A634BD: hue angle of 289.93º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A634BD is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 52 189 -
CMYK 0.12 0.72 0 0.26
HSL 289.93º 0.57% 0.47% -
HSV(B) 289.93º 0.72% 0.74% -
XYZ 26.14 14.24 49.51 -
YUV 101.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 166 52 189 0.12 0.72 0 0.26 289.93 0.57 0.47
Hex A6 34 BD C 48 0 1A 122 39 2F
Octal 246 64 275 14 110 0 32 442 71 57
Binary 10100110 110100 10111101 1100 1001000 0 11010 100100010 111001 101111

Color Harmonies of #A634BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634BD

Black with #A634BD

Text Example


Text Example

White with #A634BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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