Html Css Color HEX #A38BEC Biloba Flower

📋 copy color: '#A38BEC'

red 163 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #A38BEC

Tints of Biloba Flower #A38BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.84%

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

R = 30.3%
G = 25.84%
B = 43.87%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A38BEC (or 0xA38BEC) is known color: Biloba Flower. HEX triplet: A3, 8B and EC. RGB value is (163,139,236). Sum of RGB (Red+Green+Blue) = 163+139+236=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #A38BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BEC is #5C7413. Grayscale: #9C9C9C. Windows color (decimal): -6059028 or 15502243. OLE color: 15502243.

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

Color convert

RGB 163 139 236 -
CMYK 0.31 0.41 0 0.07
HSL 254.85º 0.72% 0.74% -
HSV(B) 254.85º 0.41% 0.93% -
XYZ 39.48 32.31 83.51 -
YUV 157.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 163 139 236 0.31 0.41 0 0.07 254.85 0.72 0.74
Hex A3 8B EC 1F 29 0 7 FF 48 4A
Octal 243 213 354 37 51 0 7 377 110 112
Binary 10100011 10001011 11101100 11111 101001 0 111 11111111 1001000 1001010

Color Harmonies of #A38BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BEC

Black with #A38BEC

Text Example


Text Example

White with #A38BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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