Html Css Color HEX #A62CE4 Dark Orchid

📋 copy color: '#A62CE4'

red 166 ◦ green 44 ◦ blue 228

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

Shades of Dark Orchid #A62CE4

Tints of Dark Orchid #A62CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 52.05%

R = 37.9%
G = 10.05%
B = 52.05%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A62CE4 (or 0xA62CE4) is known color: Dark Orchid. HEX triplet: A6, 2C and E4. RGB value is (166,44,228). Sum of RGB (Red+Green+Blue) = 166+44+228=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #A62CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CE4 is #59D31B. Grayscale: #646464. Windows color (decimal): -5886748 or 14953638. OLE color: 14953638.

HSL color Cylindrical-coordinate representation of color #A62CE4: hue angle of 279.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62CE4 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 44 228 -
CMYK 0.27 0.81 0 0.11
HSL 279.78º 0.77% 0.53% -
HSV(B) 279.78º 0.81% 0.89% -
XYZ 30.63 15.51 74.78 -
YUV 101.45 199.42 174.04 -
System Red Green Blue C M Y K H S L
Decimal 166 44 228 0.27 0.81 0 0.11 279.78 0.77 0.53
Hex A6 2C E4 1B 51 0 B 118 4D 35
Octal 246 54 344 33 121 0 13 430 115 65
Binary 10100110 101100 11100100 11011 1010001 0 1011 100011000 1001101 110101

Color Harmonies of #A62CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CE4

Black with #A62CE4

Text Example


Text Example

White with #A62CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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