Html Css Color HEX #A098E0 Wistful

📋 copy color: '#A098E0'

red 160 ◦ green 152 ◦ blue 224

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

Shades of Wistful #A098E0

Tints of Wistful #A098E0

RGB

 RED value IS 160 (62.89% from 255) = 29.85%

 GREEN value IS 152 (59.77% from 255) = 28.36%

 BLUE value IS 224 (87.89% from 255) = 41.79%

R = 29.85%
G = 28.36%
B = 41.79%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A098E0 (or 0xA098E0) is known color: Wistful. HEX triplet: A0, 98 and E0. RGB value is (160,152,224). Sum of RGB (Red+Green+Blue) = 160+152+224=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #A098E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098E0 is #5F671F. Grayscale: #A2A2A2. Windows color (decimal): -6252320 or 14719136. OLE color: 14719136.

HSL color Cylindrical-coordinate representation of color #A098E0: hue angle of 246.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A098E0 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 152 224 -
CMYK 0.29 0.32 0 0.12
HSL 246.67º 0.54% 0.74% -
HSV(B) 246.67º 0.32% 0.88% -
XYZ 39.18 35.31 75.27 -
YUV 162.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 160 152 224 0.29 0.32 0 0.12 246.67 0.54 0.74
Hex A0 98 E0 1D 20 0 C F7 36 4A
Octal 240 230 340 35 40 0 14 367 66 112
Binary 10100000 10011000 11100000 11101 100000 0 1100 11110111 110110 1001010

Color Harmonies of #A098E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098E0

Black with #A098E0

Text Example


Text Example

White with #A098E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098E0; }

 p { color: rgb(160,152,224); }

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

background-color css

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

 a { background-color: rgb(160,152,224); }

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

border-color css

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

 span { border-color: rgb(160,152,224); }

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