Html Css Color HEX #A38DF5 Biloba Flower

📋 copy color: '#A38DF5'

red 163 ◦ green 141 ◦ blue 245

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

Shades of Biloba Flower #A38DF5

Tints of Biloba Flower #A38DF5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.68%

 BLUE value IS 245 (96.09% from 255) = 44.63%

R = 29.69%
G = 25.68%
B = 44.63%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A38DF5 (or 0xA38DF5) is known color: Biloba Flower. HEX triplet: A3, 8D and F5. RGB value is (163,141,245). Sum of RGB (Red+Green+Blue) = 163+141+245=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #A38DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38DF5 is #5C720A. Grayscale: #9F9F9F. Windows color (decimal): -6058507 or 16092579. OLE color: 16092579.

HSL color Cylindrical-coordinate representation of color #A38DF5: hue angle of 252.69º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A38DF5 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 141 245 -
CMYK 0.33 0.42 0 0.04
HSL 252.69º 0.84% 0.76% -
HSV(B) 252.69º 0.42% 0.96% -
XYZ 41.11 33.43 90.67 -
YUV 159.43 176.29 130.54 -
System Red Green Blue C M Y K H S L
Decimal 163 141 245 0.33 0.42 0 0.04 252.69 0.84 0.76
Hex A3 8D F5 21 2A 0 4 FD 54 4C
Octal 243 215 365 41 52 0 4 375 124 114
Binary 10100011 10001101 11110101 100001 101010 0 100 11111101 1010100 1001100

Color Harmonies of #A38DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DF5

Black with #A38DF5

Text Example


Text Example

White with #A38DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DF5; }

 p { color: rgb(163,141,245); }

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

background-color css

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

 a { background-color: rgb(163,141,245); }

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

border-color css

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

 span { border-color: rgb(163,141,245); }

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