Html Css Color HEX #A88EFD Biloba Flower

📋 copy color: '#A88EFD'

red 168 ◦ green 142 ◦ blue 253

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

Shades of Biloba Flower #A88EFD

Tints of Biloba Flower #A88EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.22%

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

R = 29.84%
G = 25.22%
B = 44.94%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A88EFD (or 0xA88EFD) is known color: Biloba Flower. HEX triplet: A8, 8E and FD. RGB value is (168,142,253). Sum of RGB (Red+Green+Blue) = 168+142+253=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #A88EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88EFD is #577102. Grayscale: #A2A2A2. Windows color (decimal): -5730563 or 16617128. OLE color: 16617128.

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

Color convert

RGB 168 142 253 -
CMYK 0.34 0.44 0 0.01
HSL 254.05º 0.97% 0.77% -
HSV(B) 254.05º 0.44% 0.99% -
XYZ 43.55 34.76 97.34 -
YUV 162.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 168 142 253 0.34 0.44 0 0.01 254.05 0.97 0.77
Hex A8 8E FD 22 2C 0 1 FE 61 4D
Octal 250 216 375 42 54 0 1 376 141 115
Binary 10101000 10001110 11111101 100010 101100 0 1 11111110 1100001 1001101

Color Harmonies of #A88EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EFD

Black with #A88EFD

Text Example


Text Example

White with #A88EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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