Html Css Color HEX #A898CD Biloba Flower

📋 copy color: '#A898CD'

red 168 ◦ green 152 ◦ blue 205

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

Shades of Biloba Flower #A898CD

Tints of Biloba Flower #A898CD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.95%

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 32%
G = 28.95%
B = 39.05%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A898CD (or 0xA898CD) is known color: Biloba Flower. HEX triplet: A8, 98 and CD. RGB value is (168,152,205). Sum of RGB (Red+Green+Blue) = 168+152+205=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #A898CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898CD is #576732. Grayscale: #A2A2A2. Windows color (decimal): -5728051 or 13473960. OLE color: 13473960.

HSL color Cylindrical-coordinate representation of color #A898CD: hue angle of 258.11º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A898CD is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 152 205 -
CMYK 0.18 0.26 0 0.20
HSL 258.11º 0.35% 0.7% -
HSV(B) 258.11º 0.26% 0.8% -
XYZ 38.4 35.19 62.53 -
YUV 162.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 168 152 205 0.18 0.26 0 0.20 258.11 0.35 0.7
Hex A8 98 CD 12 1A 0 14 102 23 46
Octal 250 230 315 22 32 0 24 402 43 106
Binary 10101000 10011000 11001101 10010 11010 0 10100 100000010 100011 1000110

Color Harmonies of #A898CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898CD

Black with #A898CD

Text Example


Text Example

White with #A898CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898CD; }

 p { color: rgb(168,152,205); }

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

background-color css

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

 a { background-color: rgb(168,152,205); }

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

border-color css

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

 span { border-color: rgb(168,152,205); }

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