Html Css Color HEX #A628CA Dark Orchid

📋 copy color: '#A628CA'

red 166 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #A628CA

Tints of Dark Orchid #A628CA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.8%

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 40.69%
G = 9.8%
B = 49.51%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A628CA (or 0xA628CA) is known color: Dark Orchid. HEX triplet: A6, 28 and CA. RGB value is (166,40,202). Sum of RGB (Red+Green+Blue) = 166+40+202=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #A628CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A628CA is #59D735. Grayscale: #5F5F5F. Windows color (decimal): -5887798 or 13248678. OLE color: 13248678.

HSL color Cylindrical-coordinate representation of color #A628CA: hue angle of 286.67º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A628CA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 40 202 -
CMYK 0.18 0.80 0 0.21
HSL 286.67º 0.67% 0.47% -
HSV(B) 286.67º 0.8% 0.79% -
XYZ 27.15 13.89 57.13 -
YUV 96.14 187.74 177.83 -
System Red Green Blue C M Y K H S L
Decimal 166 40 202 0.18 0.80 0 0.21 286.67 0.67 0.47
Hex A6 28 CA 12 50 0 15 11F 43 2F
Octal 246 50 312 22 120 0 25 437 103 57
Binary 10100110 101000 11001010 10010 1010000 0 10101 100011111 1000011 101111

Color Harmonies of #A628CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628CA

Black with #A628CA

Text Example


Text Example

White with #A628CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628CA; }

 p { color: rgb(166,40,202); }

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

background-color css

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

 a { background-color: rgb(166,40,202); }

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

border-color css

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

 span { border-color: rgb(166,40,202); }

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