Html Css Color HEX #A628D7 Dark Orchid

📋 copy color: '#A628D7'

red 166 ◦ green 40 ◦ blue 215

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

Shades of Dark Orchid #A628D7

Tints of Dark Orchid #A628D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.07%

R = 39.43%
G = 9.5%
B = 51.07%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A628D7 (or 0xA628D7) is known color: Dark Orchid. HEX triplet: A6, 28 and D7. RGB value is (166,40,215). Sum of RGB (Red+Green+Blue) = 166+40+215=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #A628D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A628D7 is #59D728. Grayscale: #616161. Windows color (decimal): -5887785 or 14100646. OLE color: 14100646.

HSL color Cylindrical-coordinate representation of color #A628D7: hue angle of 283.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A628D7 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 40 215 -
CMYK 0.23 0.81 0 0.16
HSL 283.2º 0.69% 0.5% -
HSV(B) 283.2º 0.81% 0.84% -
XYZ 28.75 14.53 65.58 -
YUV 97.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 166 40 215 0.23 0.81 0 0.16 283.2 0.69 0.5
Hex A6 28 D7 17 51 0 10 11B 45 32
Octal 246 50 327 27 121 0 20 433 105 62
Binary 10100110 101000 11010111 10111 1010001 0 10000 100011011 1000101 110010

Color Harmonies of #A628D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628D7

Black with #A628D7

Text Example


Text Example

White with #A628D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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