Html Css Color HEX #A88DE4 Biloba Flower

📋 copy color: '#A88DE4'

red 168 ◦ green 141 ◦ blue 228

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

Shades of Biloba Flower #A88DE4

Tints of Biloba Flower #A88DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.46%

R = 31.28%
G = 26.26%
B = 42.46%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A88DE4 (or 0xA88DE4) is known color: Biloba Flower. HEX triplet: A8, 8D and E4. RGB value is (168,141,228). Sum of RGB (Red+Green+Blue) = 168+141+228=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #A88DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DE4 is #57721B. Grayscale: #9E9E9E. Windows color (decimal): -5730844 or 14978472. OLE color: 14978472.

HSL color Cylindrical-coordinate representation of color #A88DE4: hue angle of 258.62º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88DE4 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 141 228 -
CMYK 0.26 0.38 0 0.11
HSL 258.62º 0.62% 0.72% -
HSV(B) 258.62º 0.38% 0.89% -
XYZ 39.68 32.98 77.67 -
YUV 158.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 168 141 228 0.26 0.38 0 0.11 258.62 0.62 0.72
Hex A8 8D E4 1A 26 0 B 103 3E 48
Octal 250 215 344 32 46 0 13 403 76 110
Binary 10101000 10001101 11100100 11010 100110 0 1011 100000011 111110 1001000

Color Harmonies of #A88DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DE4

Black with #A88DE4

Text Example


Text Example

White with #A88DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DE4; }

 p { color: rgb(168,141,228); }

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

background-color css

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

 a { background-color: rgb(168,141,228); }

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

border-color css

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

 span { border-color: rgb(168,141,228); }

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