Html Css Color HEX #A38BED Biloba Flower

📋 copy color: '#A38BED'

red 163 ◦ green 139 ◦ blue 237

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

Shades of Biloba Flower #A38BED

Tints of Biloba Flower #A38BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 30.24%
G = 25.79%
B = 43.97%

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

#A38BED (or 0xA38BED) is known color: Biloba Flower. HEX triplet: A3, 8B and ED. RGB value is (163,139,237). Sum of RGB (Red+Green+Blue) = 163+139+237=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #A38BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BED is #5C7412. Grayscale: #9C9C9C. Windows color (decimal): -6059027 or 15567779. OLE color: 15567779.

HSL color Cylindrical-coordinate representation of color #A38BED: hue angle of 254.69º degrees, saturation: 0.73, 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 #A38BED is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 139 237 -
CMYK 0.31 0.41 0 0.07
HSL 254.69º 0.73% 0.74% -
HSV(B) 254.69º 0.41% 0.93% -
XYZ 39.62 32.37 84.28 -
YUV 157.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 163 139 237 0.31 0.41 0 0.07 254.69 0.73 0.74
Hex A3 8B ED 1F 29 0 7 FF 49 4A
Octal 243 213 355 37 51 0 7 377 111 112
Binary 10100011 10001011 11101101 11111 101001 0 111 11111111 1001001 1001010

Color Harmonies of #A38BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BED

Black with #A38BED

Text Example


Text Example

White with #A38BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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