Html Css Color HEX #A299EA Wistful

📋 copy color: '#A299EA'

red 162 ◦ green 153 ◦ blue 234

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

Shades of Wistful #A299EA

Tints of Wistful #A299EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.87%

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 29.51%
G = 27.87%
B = 42.62%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A299EA (or 0xA299EA) is known color: Wistful. HEX triplet: A2, 99 and EA. RGB value is (162,153,234). Sum of RGB (Red+Green+Blue) = 162+153+234=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #A299EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299EA is #5D6615. Grayscale: #A4A4A4. Windows color (decimal): -6120982 or 15374754. OLE color: 15374754.

HSL color Cylindrical-coordinate representation of color #A299EA: hue angle of 246.67º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A299EA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 153 234 -
CMYK 0.31 0.35 0 0.08
HSL 246.67º 0.66% 0.76% -
HSV(B) 246.67º 0.35% 0.92% -
XYZ 41.14 36.4 82.7 -
YUV 164.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 162 153 234 0.31 0.35 0 0.08 246.67 0.66 0.76
Hex A2 99 EA 1F 23 0 8 F7 42 4C
Octal 242 231 352 37 43 0 10 367 102 114
Binary 10100010 10011001 11101010 11111 100011 0 1000 11110111 1000010 1001100

Color Harmonies of #A299EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299EA

Black with #A299EA

Text Example


Text Example

White with #A299EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299EA; }

 p { color: rgb(162,153,234); }

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

background-color css

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

 a { background-color: rgb(162,153,234); }

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

border-color css

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

 span { border-color: rgb(162,153,234); }

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