Html Css Color HEX #A228D8 Dark Orchid

📋 copy color: '#A228D8'

red 162 ◦ green 40 ◦ blue 216

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

Shades of Dark Orchid #A228D8

Tints of Dark Orchid #A228D8

RGB

 RED value IS 162 (63.67% from 255) = 38.76%

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

 BLUE value IS 216 (84.77% from 255) = 51.67%

R = 38.76%
G = 9.57%
B = 51.67%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A228D8 (or 0xA228D8) is known color: Dark Orchid. HEX triplet: A2, 28 and D8. RGB value is (162,40,216). Sum of RGB (Red+Green+Blue) = 162+40+216=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #A228D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228D8 is #5DD727. Grayscale: #5F5F5F. Windows color (decimal): -6149928 or 14166178. OLE color: 14166178.

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

Color convert

RGB 162 40 216 -
CMYK 0.25 0.81 0 0.15
HSL 281.59º 0.69% 0.5% -
HSV(B) 281.59º 0.81% 0.85% -
XYZ 28.05 14.16 66.22 -
YUV 96.54 195.42 174.69 -
System Red Green Blue C M Y K H S L
Decimal 162 40 216 0.25 0.81 0 0.15 281.59 0.69 0.5
Hex A2 28 D8 19 51 0 F 11A 45 32
Octal 242 50 330 31 121 0 17 432 105 62
Binary 10100010 101000 11011000 11001 1010001 0 1111 100011010 1000101 110010

Color Harmonies of #A228D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228D8

Black with #A228D8

Text Example


Text Example

White with #A228D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228D8; }

 p { color: rgb(162,40,216); }

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

background-color css

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

 a { background-color: rgb(162,40,216); }

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

border-color css

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

 span { border-color: rgb(162,40,216); }

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