Html Css Color HEX #A898F2 Biloba Flower

📋 copy color: '#A898F2'

red 168 ◦ green 152 ◦ blue 242

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

Shades of Biloba Flower #A898F2

Tints of Biloba Flower #A898F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 29.89%
G = 27.05%
B = 43.06%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A898F2 (or 0xA898F2) is known color: Biloba Flower. HEX triplet: A8, 98 and F2. RGB value is (168,152,242). Sum of RGB (Red+Green+Blue) = 168+152+242=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #A898F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898F2 is #57670D. Grayscale: #A6A6A6. Windows color (decimal): -5728014 or 15898792. OLE color: 15898792.

HSL color Cylindrical-coordinate representation of color #A898F2: hue angle of 250.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A898F2 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 152 242 -
CMYK 0.31 0.37 0 0.05
HSL 250.67º 0.78% 0.77% -
HSV(B) 250.67º 0.37% 0.95% -
XYZ 43.4 37.19 88.9 -
YUV 167.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 168 152 242 0.31 0.37 0 0.05 250.67 0.78 0.77
Hex A8 98 F2 1F 25 0 5 FB 4E 4D
Octal 250 230 362 37 45 0 5 373 116 115
Binary 10101000 10011000 11110010 11111 100101 0 101 11111011 1001110 1001101

Color Harmonies of #A898F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898F2

Black with #A898F2

Text Example


Text Example

White with #A898F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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