Html Css Color HEX #A88CFD Biloba Flower

📋 copy color: '#A88CFD'

red 168 ◦ green 140 ◦ blue 253

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

Shades of Biloba Flower #A88CFD

Tints of Biloba Flower #A88CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.96%

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

R = 29.95%
G = 24.96%
B = 45.1%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A88CFD (or 0xA88CFD) is known color: Biloba Flower. HEX triplet: A8, 8C and FD. RGB value is (168,140,253). Sum of RGB (Red+Green+Blue) = 168+140+253=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #A88CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CFD is #577302. Grayscale: #A0A0A0. Windows color (decimal): -5731075 or 16616616. OLE color: 16616616.

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

Color convert

RGB 168 140 253 -
CMYK 0.34 0.45 0 0.01
HSL 254.87º 0.97% 0.77% -
HSV(B) 254.87º 0.45% 0.99% -
XYZ 43.26 34.17 97.24 -
YUV 161.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 168 140 253 0.34 0.45 0 0.01 254.87 0.97 0.77
Hex A8 8C FD 22 2D 0 1 FF 61 4D
Octal 250 214 375 42 55 0 1 377 141 115
Binary 10101000 10001100 11111101 100010 101101 0 1 11111111 1100001 1001101

Color Harmonies of #A88CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CFD

Black with #A88CFD

Text Example


Text Example

White with #A88CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CFD; }

 p { color: rgb(168,140,253); }

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

background-color css

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

 a { background-color: rgb(168,140,253); }

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

border-color css

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

 span { border-color: rgb(168,140,253); }

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