Html Css Color HEX #A98BED Biloba Flower

📋 copy color: '#A98BED'

red 169 ◦ green 139 ◦ blue 237

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

Shades of Biloba Flower #A98BED

Tints of Biloba Flower #A98BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.5%

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 31.01%
G = 25.5%
B = 43.49%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A98BED (or 0xA98BED) is known color: Biloba Flower. HEX triplet: A9, 8B and ED. RGB value is (169,139,237). Sum of RGB (Red+Green+Blue) = 169+139+237=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #A98BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BED is #567412. Grayscale: #9E9E9E. Windows color (decimal): -5665811 or 15567785. OLE color: 15567785.

HSL color Cylindrical-coordinate representation of color #A98BED: hue angle of 258.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98BED is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 139 237 -
CMYK 0.29 0.41 0 0.07
HSL 258.37º 0.73% 0.74% -
HSV(B) 258.37º 0.41% 0.93% -
XYZ 40.88 33.01 84.34 -
YUV 159.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 169 139 237 0.29 0.41 0 0.07 258.37 0.73 0.74
Hex A9 8B ED 1D 29 0 7 102 49 4A
Octal 251 213 355 35 51 0 7 402 111 112
Binary 10101001 10001011 11101101 11101 101001 0 111 100000010 1001001 1001010

Color Harmonies of #A98BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BED

Black with #A98BED

Text Example


Text Example

White with #A98BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BED; }

 p { color: rgb(169,139,237); }

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

background-color css

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

 a { background-color: rgb(169,139,237); }

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

border-color css

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

 span { border-color: rgb(169,139,237); }

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