Html Css Color HEX #A62CBF Dark Orchid

📋 copy color: '#A62CBF'

red 166 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #A62CBF

Tints of Dark Orchid #A62CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 41.4%
G = 10.97%
B = 47.63%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A62CBF (or 0xA62CBF) is known color: Dark Orchid. HEX triplet: A6, 2C and BF. RGB value is (166,44,191). Sum of RGB (Red+Green+Blue) = 166+44+191=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #A62CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CBF is #59D340. Grayscale: #606060. Windows color (decimal): -5886785 or 12528806. OLE color: 12528806.

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

Color convert

RGB 166 44 191 -
CMYK 0.13 0.77 0 0.25
HSL 289.8º 0.63% 0.46% -
HSV(B) 289.8º 0.77% 0.75% -
XYZ 26.03 13.67 50.56 -
YUV 97.24 180.92 177.05 -
System Red Green Blue C M Y K H S L
Decimal 166 44 191 0.13 0.77 0 0.25 289.8 0.63 0.46
Hex A6 2C BF D 4D 0 19 122 3F 2E
Octal 246 54 277 15 115 0 31 442 77 56
Binary 10100110 101100 10111111 1101 1001101 0 11001 100100010 111111 101110

Color Harmonies of #A62CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CBF

Black with #A62CBF

Text Example


Text Example

White with #A62CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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