Html Css Color HEX #A398ED Wistful

📋 copy color: '#A398ED'

red 163 ◦ green 152 ◦ blue 237

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

Shades of Wistful #A398ED

Tints of Wistful #A398ED

RGB

 RED value IS 163 (64.06% from 255) = 29.53%

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

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 29.53%
G = 27.54%
B = 42.93%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A398ED (or 0xA398ED) is known color: Wistful. HEX triplet: A3, 98 and ED. RGB value is (163,152,237). Sum of RGB (Red+Green+Blue) = 163+152+237=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #A398ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A398ED is #5C6712. Grayscale: #A4A4A4. Windows color (decimal): -6055699 or 15571107. OLE color: 15571107.

HSL color Cylindrical-coordinate representation of color #A398ED: hue angle of 247.76º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A398ED is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 152 237 -
CMYK 0.31 0.36 0 0.07
HSL 247.76º 0.7% 0.76% -
HSV(B) 247.76º 0.36% 0.93% -
XYZ 41.62 36.36 84.94 -
YUV 164.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 163 152 237 0.31 0.36 0 0.07 247.76 0.7 0.76
Hex A3 98 ED 1F 24 0 7 F8 46 4C
Octal 243 230 355 37 44 0 7 370 106 114
Binary 10100011 10011000 11101101 11111 100100 0 111 11111000 1000110 1001100

Color Harmonies of #A398ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398ED

Black with #A398ED

Text Example


Text Example

White with #A398ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398ED; }

 p { color: rgb(163,152,237); }

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

background-color css

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

 a { background-color: rgb(163,152,237); }

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

border-color css

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

 span { border-color: rgb(163,152,237); }

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