Html Css Color HEX #A249E7 Dark Orchid

📋 copy color: '#A249E7'

red 162 ◦ green 73 ◦ blue 231

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

Shades of Dark Orchid #A249E7

Tints of Dark Orchid #A249E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.57%

R = 34.76%
G = 15.67%
B = 49.57%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A249E7 (or 0xA249E7) is known color: Dark Orchid. HEX triplet: A2, 49 and E7. RGB value is (162,73,231). Sum of RGB (Red+Green+Blue) = 162+73+231=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #A249E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249E7 is #5DB618. Grayscale: #757575. Windows color (decimal): -6141465 or 15157666. OLE color: 15157666.

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

Color convert

RGB 162 73 231 -
CMYK 0.30 0.68 0 0.09
HSL 273.8º 0.77% 0.6% -
HSV(B) 273.8º 0.68% 0.91% -
XYZ 31.71 18.22 77.45 -
YUV 117.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 162 73 231 0.30 0.68 0 0.09 273.8 0.77 0.6
Hex A2 49 E7 1E 44 0 9 112 4D 3C
Octal 242 111 347 36 104 0 11 422 115 74
Binary 10100010 1001001 11100111 11110 1000100 0 1001 100010010 1001101 111100

Color Harmonies of #A249E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249E7

Black with #A249E7

Text Example


Text Example

White with #A249E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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