Html Css Color HEX #A38FD4 Biloba Flower

📋 copy color: '#A38FD4'

red 163 ◦ green 143 ◦ blue 212

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

Shades of Biloba Flower #A38FD4

Tints of Biloba Flower #A38FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.93%

R = 31.47%
G = 27.61%
B = 40.93%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A38FD4 (or 0xA38FD4) is known color: Biloba Flower. HEX triplet: A3, 8F and D4. RGB value is (163,143,212). Sum of RGB (Red+Green+Blue) = 163+143+212=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #A38FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FD4 is #5C702B. Grayscale: #9C9C9C. Windows color (decimal): -6058028 or 13930403. OLE color: 13930403.

HSL color Cylindrical-coordinate representation of color #A38FD4: hue angle of 257.39º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A38FD4 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 163 143 212 -
CMYK 0.23 0.33 0 0.17
HSL 257.39º 0.45% 0.7% -
HSV(B) 257.39º 0.33% 0.83% -
XYZ 36.81 32.18 66.56 -
YUV 156.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 163 143 212 0.23 0.33 0 0.17 257.39 0.45 0.7
Hex A3 8F D4 17 21 0 11 101 2D 46
Octal 243 217 324 27 41 0 21 401 55 106
Binary 10100011 10001111 11010100 10111 100001 0 10001 100000001 101101 1000110

Color Harmonies of #A38FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FD4

Black with #A38FD4

Text Example


Text Example

White with #A38FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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