Html Css Color HEX #A38BEB Biloba Flower

📋 copy color: '#A38BEB'

red 163 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #A38BEB

Tints of Biloba Flower #A38BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 30.35%
G = 25.88%
B = 43.76%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A38BEB (or 0xA38BEB) is known color: Biloba Flower. HEX triplet: A3, 8B and EB. RGB value is (163,139,235). Sum of RGB (Red+Green+Blue) = 163+139+235=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #A38BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BEB is #5C7414. Grayscale: #9C9C9C. Windows color (decimal): -6059029 or 15436707. OLE color: 15436707.

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

Color convert

RGB 163 139 235 -
CMYK 0.31 0.41 0 0.08
HSL 255º 0.71% 0.73% -
HSV(B) 255º 0.41% 0.92% -
XYZ 39.33 32.25 82.75 -
YUV 157.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 163 139 235 0.31 0.41 0 0.08 255 0.71 0.73
Hex A3 8B EB 1F 29 0 8 FF 47 49
Octal 243 213 353 37 51 0 10 377 107 111
Binary 10100011 10001011 11101011 11111 101001 0 1000 11111111 1000111 1001001

Color Harmonies of #A38BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BEB

Black with #A38BEB

Text Example


Text Example

White with #A38BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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