Html Css Color HEX #A620CB Dark Orchid

📋 copy color: '#A620CB'

red 166 ◦ green 32 ◦ blue 203

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

Shades of Dark Orchid #A620CB

Tints of Dark Orchid #A620CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.98%

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 41.4%
G = 7.98%
B = 50.62%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A620CB (or 0xA620CB) is known color: Dark Orchid. HEX triplet: A6, 20 and CB. RGB value is (166,32,203). Sum of RGB (Red+Green+Blue) = 166+32+203=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #A620CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620CB is #59DF34. Grayscale: #5B5B5B. Windows color (decimal): -5889845 or 13312166. OLE color: 13312166.

HSL color Cylindrical-coordinate representation of color #A620CB: hue angle of 287.02º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A620CB is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 32 203 -
CMYK 0.18 0.84 0 0.20
HSL 287.02º 0.73% 0.46% -
HSV(B) 287.02º 0.84% 0.8% -
XYZ 27.02 13.45 57.67 -
YUV 91.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 166 32 203 0.18 0.84 0 0.20 287.02 0.73 0.46
Hex A6 20 CB 12 54 0 14 11F 49 2E
Octal 246 40 313 22 124 0 24 437 111 56
Binary 10100110 100000 11001011 10010 1010100 0 10100 100011111 1001001 101110

Color Harmonies of #A620CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620CB

Black with #A620CB

Text Example


Text Example

White with #A620CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620CB; }

 p { color: rgb(166,32,203); }

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

background-color css

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

 a { background-color: rgb(166,32,203); }

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

border-color css

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

 span { border-color: rgb(166,32,203); }

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