Html Css Color HEX #A38BEA Biloba Flower

📋 copy color: '#A38BEA'

red 163 ◦ green 139 ◦ blue 234

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

Shades of Biloba Flower #A38BEA

Tints of Biloba Flower #A38BEA

RGB

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

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

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

R = 30.41%
G = 25.93%
B = 43.66%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A38BEA (or 0xA38BEA) is known color: Biloba Flower. HEX triplet: A3, 8B and EA. RGB value is (163,139,234). Sum of RGB (Red+Green+Blue) = 163+139+234=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #A38BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BEA is #5C7415. Grayscale: #9C9C9C. Windows color (decimal): -6059030 or 15371171. OLE color: 15371171.

HSL color Cylindrical-coordinate representation of color #A38BEA: hue angle of 255.16º degrees, saturation: 0.69, 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 #A38BEA is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 139 234 -
CMYK 0.30 0.41 0 0.08
HSL 255.16º 0.69% 0.73% -
HSV(B) 255.16º 0.41% 0.92% -
XYZ 39.19 32.19 81.99 -
YUV 157.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 163 139 234 0.30 0.41 0 0.08 255.16 0.69 0.73
Hex A3 8B EA 1E 29 0 8 FF 45 49
Octal 243 213 352 36 51 0 10 377 105 111
Binary 10100011 10001011 11101010 11110 101001 0 1000 11111111 1000101 1001001

Color Harmonies of #A38BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BEA

Black with #A38BEA

Text Example


Text Example

White with #A38BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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