Html Css Color HEX #A632BD Dark Orchid

📋 copy color: '#A632BD'

red 166 ◦ green 50 ◦ blue 189

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

Shades of Dark Orchid #A632BD

Tints of Dark Orchid #A632BD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.35%

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

R = 40.99%
G = 12.35%
B = 46.67%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A632BD (or 0xA632BD) is known color: Dark Orchid. HEX triplet: A6, 32 and BD. RGB value is (166,50,189). Sum of RGB (Red+Green+Blue) = 166+50+189=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #A632BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632BD is #59CD42. Grayscale: #646464. Windows color (decimal): -5885251 or 12399270. OLE color: 12399270.

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

Color convert

RGB 166 50 189 -
CMYK 0.12 0.74 0 0.26
HSL 290.07º 0.58% 0.47% -
HSV(B) 290.07º 0.74% 0.74% -
XYZ 26.05 14.06 49.49 -
YUV 100.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 166 50 189 0.12 0.74 0 0.26 290.07 0.58 0.47
Hex A6 32 BD C 4A 0 1A 122 3A 2F
Octal 246 62 275 14 112 0 32 442 72 57
Binary 10100110 110010 10111101 1100 1001010 0 11010 100100010 111010 101111

Color Harmonies of #A632BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A632BD

Black with #A632BD

Text Example


Text Example

White with #A632BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A632BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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