Html Css Color HEX #A62CB1 Dark Orchid

📋 copy color: '#A62CB1'

red 166 ◦ green 44 ◦ blue 177

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

Shades of Dark Orchid #A62CB1

Tints of Dark Orchid #A62CB1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.37%

 BLUE value IS 177 (69.53% from 255) = 45.74%

R = 42.89%
G = 11.37%
B = 45.74%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A62CB1 (or 0xA62CB1) is known color: Dark Orchid. HEX triplet: A6, 2C and B1. RGB value is (166,44,177). Sum of RGB (Red+Green+Blue) = 166+44+177=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #A62CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CB1 is #59D34E. Grayscale: #5F5F5F. Windows color (decimal): -5886799 or 11611302. OLE color: 11611302.

HSL color Cylindrical-coordinate representation of color #A62CB1: hue angle of 295.04º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62CB1 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 44 177 -
CMYK 0.06 0.75 0 0.31
HSL 295.04º 0.6% 0.43% -
HSV(B) 295.04º 0.75% 0.69% -
XYZ 24.56 13.08 42.83 -
YUV 95.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 166 44 177 0.06 0.75 0 0.31 295.04 0.6 0.43
Hex A6 2C B1 6 4B 0 1F 127 3C 2B
Octal 246 54 261 6 113 0 37 447 74 53
Binary 10100110 101100 10110001 110 1001011 0 11111 100100111 111100 101011

Color Harmonies of #A62CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CB1

Black with #A62CB1

Text Example


Text Example

White with #A62CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CB1; }

 p { color: rgb(166,44,177); }

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

background-color css

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

 a { background-color: rgb(166,44,177); }

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

border-color css

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

 span { border-color: rgb(166,44,177); }

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