Html Css Color HEX #A62FBC Dark Orchid

📋 copy color: '#A62FBC'

red 166 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #A62FBC

Tints of Dark Orchid #A62FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.72%

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 41.4%
G = 11.72%
B = 46.88%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A62FBC (or 0xA62FBC) is known color: Dark Orchid. HEX triplet: A6, 2F and BC. RGB value is (166,47,188). Sum of RGB (Red+Green+Blue) = 166+47+188=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #A62FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FBC is #59D043. Grayscale: #626262. Windows color (decimal): -5886020 or 12332966. OLE color: 12332966.

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

Color convert

RGB 166 47 188 -
CMYK 0.12 0.75 0 0.26
HSL 290.64º 0.6% 0.46% -
HSV(B) 290.64º 0.75% 0.74% -
XYZ 25.82 13.77 48.87 -
YUV 98.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 166 47 188 0.12 0.75 0 0.26 290.64 0.6 0.46
Hex A6 2F BC C 4B 0 1A 123 3C 2E
Octal 246 57 274 14 113 0 32 443 74 56
Binary 10100110 101111 10111100 1100 1001011 0 11010 100100011 111100 101110

Color Harmonies of #A62FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62FBC

Black with #A62FBC

Text Example


Text Example

White with #A62FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62FBC; }

 p { color: rgb(166,47,188); }

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

background-color css

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

 a { background-color: rgb(166,47,188); }

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

border-color css

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

 span { border-color: rgb(166,47,188); }

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