Html Css Color HEX #A98DEA Biloba Flower

📋 copy color: '#A98DEA'

red 169 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #A98DEA

Tints of Biloba Flower #A98DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.92%

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 31.07%
G = 25.92%
B = 43.01%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A98DEA (or 0xA98DEA) is known color: Biloba Flower. HEX triplet: A9, 8D and EA. RGB value is (169,141,234). Sum of RGB (Red+Green+Blue) = 169+141+234=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #A98DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DEA is #567215. Grayscale: #9F9F9F. Windows color (decimal): -5665302 or 15371689. OLE color: 15371689.

HSL color Cylindrical-coordinate representation of color #A98DEA: hue angle of 258.06º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98DEA is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 141 234 -
CMYK 0.28 0.40 0 0.08
HSL 258.06º 0.69% 0.74% -
HSV(B) 258.06º 0.4% 0.92% -
XYZ 40.74 33.43 82.15 -
YUV 159.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 169 141 234 0.28 0.40 0 0.08 258.06 0.69 0.74
Hex A9 8D EA 1C 28 0 8 102 45 4A
Octal 251 215 352 34 50 0 10 402 105 112
Binary 10101001 10001101 11101010 11100 101000 0 1000 100000010 1000101 1001010

Color Harmonies of #A98DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98DEA

Black with #A98DEA

Text Example


Text Example

White with #A98DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98DEA; }

 p { color: rgb(169,141,234); }

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

background-color css

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

 a { background-color: rgb(169,141,234); }

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

border-color css

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

 span { border-color: rgb(169,141,234); }

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