Html Css Color HEX #A38EEC Biloba Flower

📋 copy color: '#A38EEC'

red 163 ◦ green 142 ◦ blue 236

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

Shades of Biloba Flower #A38EEC

Tints of Biloba Flower #A38EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 30.13%
G = 26.25%
B = 43.62%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A38EEC (or 0xA38EEC) is known color: Biloba Flower. HEX triplet: A3, 8E and EC. RGB value is (163,142,236). Sum of RGB (Red+Green+Blue) = 163+142+236=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #A38EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38EEC is #5C7113. Grayscale: #9E9E9E. Windows color (decimal): -6058260 or 15503011. OLE color: 15503011.

HSL color Cylindrical-coordinate representation of color #A38EEC: hue angle of 253.4º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38EEC is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 142 236 -
CMYK 0.31 0.40 0 0.07
HSL 253.4º 0.71% 0.74% -
HSV(B) 253.4º 0.4% 0.93% -
XYZ 39.92 33.19 83.66 -
YUV 159 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 163 142 236 0.31 0.40 0 0.07 253.4 0.71 0.74
Hex A3 8E EC 1F 28 0 7 FD 47 4A
Octal 243 216 354 37 50 0 7 375 107 112
Binary 10100011 10001110 11101100 11111 101000 0 111 11111101 1000111 1001010

Color Harmonies of #A38EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EEC

Black with #A38EEC

Text Example


Text Example

White with #A38EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EEC; }

 p { color: rgb(163,142,236); }

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

background-color css

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

 a { background-color: rgb(163,142,236); }

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

border-color css

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

 span { border-color: rgb(163,142,236); }

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