Html Css Color HEX #A98FFD Biloba Flower

📋 copy color: '#A98FFD'

red 169 ◦ green 143 ◦ blue 253

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

Shades of Biloba Flower #A98FFD

Tints of Biloba Flower #A98FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 29.91%
G = 25.31%
B = 44.78%

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

#A98FFD (or 0xA98FFD) is known color: Biloba Flower. HEX triplet: A9, 8F and FD. RGB value is (169,143,253). Sum of RGB (Red+Green+Blue) = 169+143+253=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #A98FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FFD is #567002. Grayscale: #A2A2A2. Windows color (decimal): -5664771 or 16617385. OLE color: 16617385.

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

Color convert

RGB 169 143 253 -
CMYK 0.33 0.43 0 0.01
HSL 254.18º 0.96% 0.78% -
HSV(B) 254.18º 0.43% 0.99% -
XYZ 43.91 35.17 97.4 -
YUV 163.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 169 143 253 0.33 0.43 0 0.01 254.18 0.96 0.78
Hex A9 8F FD 21 2B 0 1 FE 60 4E
Octal 251 217 375 41 53 0 1 376 140 116
Binary 10101001 10001111 11111101 100001 101011 0 1 11111110 1100000 1001110

Color Harmonies of #A98FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FFD

Black with #A98FFD

Text Example


Text Example

White with #A98FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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