Html Css Color HEX #A228BE Dark Orchid

📋 copy color: '#A228BE'

red 162 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #A228BE

Tints of Dark Orchid #A228BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 41.33%
G = 10.2%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A228BE (or 0xA228BE) is known color: Dark Orchid. HEX triplet: A2, 28 and BE. RGB value is (162,40,190). Sum of RGB (Red+Green+Blue) = 162+40+190=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #A228BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228BE is #5DD741. Grayscale: #5D5D5D. Windows color (decimal): -6149954 or 12462242. OLE color: 12462242.

HSL color Cylindrical-coordinate representation of color #A228BE: hue angle of 288.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A228BE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 40 190 -
CMYK 0.15 0.79 0 0.25
HSL 288.8º 0.65% 0.45% -
HSV(B) 288.8º 0.79% 0.75% -
XYZ 24.95 12.92 49.89 -
YUV 93.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 162 40 190 0.15 0.79 0 0.25 288.8 0.65 0.45
Hex A2 28 BE F 4F 0 19 121 41 2D
Octal 242 50 276 17 117 0 31 441 101 55
Binary 10100010 101000 10111110 1111 1001111 0 11001 100100001 1000001 101101

Color Harmonies of #A228BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228BE

Black with #A228BE

Text Example


Text Example

White with #A228BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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