Html Css Color HEX #A898FA Biloba Flower

📋 copy color: '#A898FA'

red 168 ◦ green 152 ◦ blue 250

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

Shades of Biloba Flower #A898FA

Tints of Biloba Flower #A898FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 29.47%
G = 26.67%
B = 43.86%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A898FA (or 0xA898FA) is known color: Biloba Flower. HEX triplet: A8, 98 and FA. RGB value is (168,152,250). Sum of RGB (Red+Green+Blue) = 168+152+250=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #A898FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898FA is #576705. Grayscale: #A7A7A7. Windows color (decimal): -5728006 or 16423080. OLE color: 16423080.

HSL color Cylindrical-coordinate representation of color #A898FA: hue angle of 249.8º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A898FA is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 152 250 -
CMYK 0.33 0.39 0 0.02
HSL 249.8º 0.91% 0.79% -
HSV(B) 249.8º 0.39% 0.98% -
XYZ 44.63 37.68 95.36 -
YUV 167.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 168 152 250 0.33 0.39 0 0.02 249.8 0.91 0.79
Hex A8 98 FA 21 27 0 2 FA 5B 4F
Octal 250 230 372 41 47 0 2 372 133 117
Binary 10101000 10011000 11111010 100001 100111 0 10 11111010 1011011 1001111

Color Harmonies of #A898FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898FA

Black with #A898FA

Text Example


Text Example

White with #A898FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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