Html Css Color HEX #A228BA Dark Orchid

📋 copy color: '#A228BA'

red 162 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #A228BA

Tints of Dark Orchid #A228BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 41.75%
G = 10.31%
B = 47.94%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A228BA (or 0xA228BA) is known color: Dark Orchid. HEX triplet: A2, 28 and BA. RGB value is (162,40,186). Sum of RGB (Red+Green+Blue) = 162+40+186=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #A228BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228BA is #5DD745. Grayscale: #5C5C5C. Windows color (decimal): -6149958 or 12200098. OLE color: 12200098.

HSL color Cylindrical-coordinate representation of color #A228BA: hue angle of 290.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A228BA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 40 186 -
CMYK 0.13 0.78 0 0.27
HSL 290.14º 0.65% 0.44% -
HSV(B) 290.14º 0.78% 0.73% -
XYZ 24.52 12.74 47.62 -
YUV 93.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 162 40 186 0.13 0.78 0 0.27 290.14 0.65 0.44
Hex A2 28 BA D 4E 0 1B 122 41 2C
Octal 242 50 272 15 116 0 33 442 101 54
Binary 10100010 101000 10111010 1101 1001110 0 11011 100100010 1000001 101100

Color Harmonies of #A228BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228BA

Black with #A228BA

Text Example


Text Example

White with #A228BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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