Html Css Color HEX #A898CF Biloba Flower

📋 copy color: '#A898CF'

red 168 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #A898CF

Tints of Biloba Flower #A898CF

RGB

 RED value IS 168 (66.02% from 255) = 31.88%

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 31.88%
G = 28.84%
B = 39.28%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A898CF (or 0xA898CF) is known color: Biloba Flower. HEX triplet: A8, 98 and CF. RGB value is (168,152,207). Sum of RGB (Red+Green+Blue) = 168+152+207=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #A898CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898CF is #576730. Grayscale: #A2A2A2. Windows color (decimal): -5728049 or 13605032. OLE color: 13605032.

HSL color Cylindrical-coordinate representation of color #A898CF: hue angle of 257.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A898CF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 152 207 -
CMYK 0.19 0.27 0 0.19
HSL 257.45º 0.36% 0.7% -
HSV(B) 257.45º 0.27% 0.81% -
XYZ 38.64 35.29 63.81 -
YUV 163.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 168 152 207 0.19 0.27 0 0.19 257.45 0.36 0.7
Hex A8 98 CF 13 1B 0 13 101 24 46
Octal 250 230 317 23 33 0 23 401 44 106
Binary 10101000 10011000 11001111 10011 11011 0 10011 100000001 100100 1000110

Color Harmonies of #A898CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898CF

Black with #A898CF

Text Example


Text Example

White with #A898CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898CF; }

 p { color: rgb(168,152,207); }

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

background-color css

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

 a { background-color: rgb(168,152,207); }

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

border-color css

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

 span { border-color: rgb(168,152,207); }

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