Html Css Color HEX #A629CA Dark Orchid

📋 copy color: '#A629CA'

red 166 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #A629CA

Tints of Dark Orchid #A629CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.02%

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

R = 40.59%
G = 10.02%
B = 49.39%

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

#A629CA (or 0xA629CA) is known color: Dark Orchid. HEX triplet: A6, 29 and CA. RGB value is (166,41,202). Sum of RGB (Red+Green+Blue) = 166+41+202=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #A629CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629CA is #59D635. Grayscale: #606060. Windows color (decimal): -5887542 or 13248934. OLE color: 13248934.

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

Color convert

RGB 166 41 202 -
CMYK 0.18 0.80 0 0.21
HSL 286.58º 0.66% 0.48% -
HSV(B) 286.58º 0.8% 0.79% -
XYZ 27.18 13.96 57.14 -
YUV 96.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 166 41 202 0.18 0.80 0 0.21 286.58 0.66 0.48
Hex A6 29 CA 12 50 0 15 11F 42 30
Octal 246 51 312 22 120 0 25 437 102 60
Binary 10100110 101001 11001010 10010 1010000 0 10101 100011111 1000010 110000

Color Harmonies of #A629CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629CA

Black with #A629CA

Text Example


Text Example

White with #A629CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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