Html Css Color HEX #A98FFC Biloba Flower

📋 copy color: '#A98FFC'

red 169 ◦ green 143 ◦ blue 252

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

Shades of Biloba Flower #A98FFC

Tints of Biloba Flower #A98FFC

RGB

 RED value IS 169 (66.41% from 255) = 29.96%

 GREEN value IS 143 (56.25% from 255) = 25.35%

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 29.96%
G = 25.35%
B = 44.68%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A98FFC (or 0xA98FFC) is known color: Biloba Flower. HEX triplet: A9, 8F and FC. RGB value is (169,143,252). Sum of RGB (Red+Green+Blue) = 169+143+252=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #A98FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FFC is #567003. Grayscale: #A2A2A2. Windows color (decimal): -5664772 or 16551849. OLE color: 16551849.

HSL color Cylindrical-coordinate representation of color #A98FFC: hue angle of 254.31º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A98FFC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 143 252 -
CMYK 0.33 0.43 0 0.01
HSL 254.31º 0.95% 0.77% -
HSV(B) 254.31º 0.43% 0.99% -
XYZ 43.76 35.11 96.57 -
YUV 163.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 169 143 252 0.33 0.43 0 0.01 254.31 0.95 0.77
Hex A9 8F FC 21 2B 0 1 FE 5F 4D
Octal 251 217 374 41 53 0 1 376 137 115
Binary 10101001 10001111 11111100 100001 101011 0 1 11111110 1011111 1001101

Color Harmonies of #A98FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FFC

Black with #A98FFC

Text Example


Text Example

White with #A98FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FFC; }

 p { color: rgb(169,143,252); }

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

background-color css

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

 a { background-color: rgb(169,143,252); }

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

border-color css

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

 span { border-color: rgb(169,143,252); }

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