Html Css Color HEX #A228C7 Dark Orchid

📋 copy color: '#A228C7'

red 162 ◦ green 40 ◦ blue 199

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

Shades of Dark Orchid #A228C7

Tints of Dark Orchid #A228C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.63%

R = 40.4%
G = 9.98%
B = 49.63%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A228C7 (or 0xA228C7) is known color: Dark Orchid. HEX triplet: A2, 28 and C7. RGB value is (162,40,199). Sum of RGB (Red+Green+Blue) = 162+40+199=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #A228C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228C7 is #5DD738. Grayscale: #5E5E5E. Windows color (decimal): -6149945 or 13052066. OLE color: 13052066.

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

Color convert

RGB 162 40 199 -
CMYK 0.19 0.80 0 0.22
HSL 286.04º 0.67% 0.47% -
HSV(B) 286.04º 0.8% 0.78% -
XYZ 25.97 13.32 55.24 -
YUV 94.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 162 40 199 0.19 0.80 0 0.22 286.04 0.67 0.47
Hex A2 28 C7 13 50 0 16 11E 43 2F
Octal 242 50 307 23 120 0 26 436 103 57
Binary 10100010 101000 11000111 10011 1010000 0 10110 100011110 1000011 101111

Color Harmonies of #A228C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228C7

Black with #A228C7

Text Example


Text Example

White with #A228C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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