Html Css Color HEX #A897F2 Biloba Flower

📋 copy color: '#A897F2'

red 168 ◦ green 151 ◦ blue 242

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

Shades of Biloba Flower #A897F2

Tints of Biloba Flower #A897F2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.92%

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

R = 29.95%
G = 26.92%
B = 43.14%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A897F2 (or 0xA897F2) is known color: Biloba Flower. HEX triplet: A8, 97 and F2. RGB value is (168,151,242). Sum of RGB (Red+Green+Blue) = 168+151+242=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #A897F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A897F2 is #57680D. Grayscale: #A6A6A6. Windows color (decimal): -5728270 or 15898536. OLE color: 15898536.

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

Color convert

RGB 168 151 242 -
CMYK 0.31 0.38 0 0.05
HSL 251.21º 0.78% 0.77% -
HSV(B) 251.21º 0.38% 0.95% -
XYZ 43.24 36.87 88.84 -
YUV 166.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 168 151 242 0.31 0.38 0 0.05 251.21 0.78 0.77
Hex A8 97 F2 1F 26 0 5 FB 4E 4D
Octal 250 227 362 37 46 0 5 373 116 115
Binary 10101000 10010111 11110010 11111 100110 0 101 11111011 1001110 1001101

Color Harmonies of #A897F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A897F2

Black with #A897F2

Text Example


Text Example

White with #A897F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A897F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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