Html Css Color HEX #A38FD8 Biloba Flower

📋 copy color: '#A38FD8'

red 163 ◦ green 143 ◦ blue 216

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

Shades of Biloba Flower #A38FD8

Tints of Biloba Flower #A38FD8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.39%

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 31.23%
G = 27.39%
B = 41.38%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A38FD8 (or 0xA38FD8) is known color: Biloba Flower. HEX triplet: A3, 8F and D8. RGB value is (163,143,216). Sum of RGB (Red+Green+Blue) = 163+143+216=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #A38FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FD8 is #5C7027. Grayscale: #9D9D9D. Windows color (decimal): -6058024 or 14192547. OLE color: 14192547.

HSL color Cylindrical-coordinate representation of color #A38FD8: hue angle of 256.44º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38FD8 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 143 216 -
CMYK 0.25 0.34 0 0.15
HSL 256.44º 0.48% 0.7% -
HSV(B) 256.44º 0.34% 0.85% -
XYZ 37.32 32.39 69.25 -
YUV 157.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 163 143 216 0.25 0.34 0 0.15 256.44 0.48 0.7
Hex A3 8F D8 19 22 0 F 100 30 46
Octal 243 217 330 31 42 0 17 400 60 106
Binary 10100011 10001111 11011000 11001 100010 0 1111 100000000 110000 1000110

Color Harmonies of #A38FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FD8

Black with #A38FD8

Text Example


Text Example

White with #A38FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FD8; }

 p { color: rgb(163,143,216); }

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

background-color css

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

 a { background-color: rgb(163,143,216); }

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

border-color css

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

 span { border-color: rgb(163,143,216); }

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