Html Css Color HEX #A249E8 Dark Orchid

📋 copy color: '#A249E8'

red 162 ◦ green 73 ◦ blue 232

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

Shades of Dark Orchid #A249E8

Tints of Dark Orchid #A249E8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.63%

 BLUE value IS 232 (91.02% from 255) = 49.68%

R = 34.69%
G = 15.63%
B = 49.68%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A249E8 (or 0xA249E8) is known color: Dark Orchid. HEX triplet: A2, 49 and E8. RGB value is (162,73,232). Sum of RGB (Red+Green+Blue) = 162+73+232=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #A249E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249E8 is #5DB617. Grayscale: #757575. Windows color (decimal): -6141464 or 15223202. OLE color: 15223202.

HSL color Cylindrical-coordinate representation of color #A249E8: hue angle of 273.58º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A249E8 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 73 232 -
CMYK 0.30 0.69 0 0.09
HSL 273.58º 0.78% 0.6% -
HSV(B) 273.58º 0.69% 0.91% -
XYZ 31.85 18.27 78.19 -
YUV 117.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 162 73 232 0.30 0.69 0 0.09 273.58 0.78 0.6
Hex A2 49 E8 1E 45 0 9 112 4E 3C
Octal 242 111 350 36 105 0 11 422 116 74
Binary 10100010 1001001 11101000 11110 1000101 0 1001 100010010 1001110 111100

Color Harmonies of #A249E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249E8

Black with #A249E8

Text Example


Text Example

White with #A249E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249E8; }

 p { color: rgb(162,73,232); }

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

background-color css

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

 a { background-color: rgb(162,73,232); }

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

border-color css

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

 span { border-color: rgb(162,73,232); }

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