Html Css Color HEX #A632BE Dark Orchid

📋 copy color: '#A632BE'

red 166 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #A632BE

Tints of Dark Orchid #A632BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 40.89%
G = 12.32%
B = 46.8%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A632BE (or 0xA632BE) is known color: Dark Orchid. HEX triplet: A6, 32 and BE. RGB value is (166,50,190). Sum of RGB (Red+Green+Blue) = 166+50+190=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #A632BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632BE is #59CD41. Grayscale: #646464. Windows color (decimal): -5885250 or 12464806. OLE color: 12464806.

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

Color convert

RGB 166 50 190 -
CMYK 0.13 0.74 0 0.25
HSL 289.71º 0.58% 0.47% -
HSV(B) 289.71º 0.74% 0.75% -
XYZ 26.16 14.11 50.06 -
YUV 100.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 166 50 190 0.13 0.74 0 0.25 289.71 0.58 0.47
Hex A6 32 BE D 4A 0 19 122 3A 2F
Octal 246 62 276 15 112 0 31 442 72 57
Binary 10100110 110010 10111110 1101 1001010 0 11001 100100010 111010 101111

Color Harmonies of #A632BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A632BE

Black with #A632BE

Text Example


Text Example

White with #A632BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A632BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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