Html Css Color HEX #A228AC Dark Orchid

📋 copy color: '#A228AC'

red 162 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #A228AC

Tints of Dark Orchid #A228AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 43.32%
G = 10.7%
B = 45.99%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A228AC (or 0xA228AC) is known color: Dark Orchid. HEX triplet: A2, 28 and AC. RGB value is (162,40,172). Sum of RGB (Red+Green+Blue) = 162+40+172=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #A228AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A228AC is #5DD753. Grayscale: #5B5B5B. Windows color (decimal): -6149972 or 11282594. OLE color: 11282594.

HSL color Cylindrical-coordinate representation of color #A228AC: hue angle of 295.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A228AC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 40 172 -
CMYK 0.06 0.77 0 0.33
HSL 295.45º 0.62% 0.42% -
HSV(B) 295.45º 0.77% 0.67% -
XYZ 23.11 12.18 40.16 -
YUV 91.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 162 40 172 0.06 0.77 0 0.33 295.45 0.62 0.42
Hex A2 28 AC 6 4D 0 21 127 3E 2A
Octal 242 50 254 6 115 0 41 447 76 52
Binary 10100010 101000 10101100 110 1001101 0 100001 100100111 111110 101010

Color Harmonies of #A228AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228AC

Black with #A228AC

Text Example


Text Example

White with #A228AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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