Html Css Color HEX #A628CD Dark Orchid

📋 copy color: '#A628CD'

red 166 ◦ green 40 ◦ blue 205

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

Shades of Dark Orchid #A628CD

Tints of Dark Orchid #A628CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 40.39%
G = 9.73%
B = 49.88%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A628CD (or 0xA628CD) is known color: Dark Orchid. HEX triplet: A6, 28 and CD. RGB value is (166,40,205). Sum of RGB (Red+Green+Blue) = 166+40+205=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #A628CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A628CD is #59D732. Grayscale: #5F5F5F. Windows color (decimal): -5887795 or 13445286. OLE color: 13445286.

HSL color Cylindrical-coordinate representation of color #A628CD: hue angle of 285.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A628CD is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 40 205 -
CMYK 0.19 0.80 0 0.20
HSL 285.82º 0.67% 0.48% -
HSV(B) 285.82º 0.8% 0.8% -
XYZ 27.5 14.03 59.02 -
YUV 96.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 166 40 205 0.19 0.80 0 0.20 285.82 0.67 0.48
Hex A6 28 CD 13 50 0 14 11E 43 30
Octal 246 50 315 23 120 0 24 436 103 60
Binary 10100110 101000 11001101 10011 1010000 0 10100 100011110 1000011 110000

Color Harmonies of #A628CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628CD

Black with #A628CD

Text Example


Text Example

White with #A628CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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