Html Css Color HEX #A388EA Biloba Flower

📋 copy color: '#A388EA'

red 163 ◦ green 136 ◦ blue 234

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

Shades of Biloba Flower #A388EA

Tints of Biloba Flower #A388EA

RGB

 RED value IS 163 (64.06% from 255) = 30.58%

 GREEN value IS 136 (53.52% from 255) = 25.52%

 BLUE value IS 234 (91.8% from 255) = 43.9%

R = 30.58%
G = 25.52%
B = 43.9%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A388EA (or 0xA388EA) is known color: Biloba Flower. HEX triplet: A3, 88 and EA. RGB value is (163,136,234). Sum of RGB (Red+Green+Blue) = 163+136+234=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #A388EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388EA is #5C7715. Grayscale: #9A9A9A. Windows color (decimal): -6059798 or 15370403. OLE color: 15370403.

HSL color Cylindrical-coordinate representation of color #A388EA: hue angle of 256.53º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A388EA is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 136 234 -
CMYK 0.30 0.42 0 0.08
HSL 256.53º 0.7% 0.73% -
HSV(B) 256.53º 0.42% 0.92% -
XYZ 38.76 31.34 81.85 -
YUV 155.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 163 136 234 0.30 0.42 0 0.08 256.53 0.7 0.73
Hex A3 88 EA 1E 2A 0 8 101 46 49
Octal 243 210 352 36 52 0 10 401 106 111
Binary 10100011 10001000 11101010 11110 101010 0 1000 100000001 1000110 1001001

Color Harmonies of #A388EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388EA

Black with #A388EA

Text Example


Text Example

White with #A388EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388EA; }

 p { color: rgb(163,136,234); }

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

background-color css

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

 a { background-color: rgb(163,136,234); }

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

border-color css

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

 span { border-color: rgb(163,136,234); }

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