Html Css Color HEX #A38FCE Biloba Flower

📋 copy color: '#A38FCE'

red 163 ◦ green 143 ◦ blue 206

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

Shades of Biloba Flower #A38FCE

Tints of Biloba Flower #A38FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 31.84%
G = 27.93%
B = 40.23%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A38FCE (or 0xA38FCE) is known color: Biloba Flower. HEX triplet: A3, 8F and CE. RGB value is (163,143,206). Sum of RGB (Red+Green+Blue) = 163+143+206=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A38FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FCE is #5C7031. Grayscale: #9B9B9B. Windows color (decimal): -6058034 or 13537187. OLE color: 13537187.

HSL color Cylindrical-coordinate representation of color #A38FCE: hue angle of 259.05º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38FCE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 143 206 -
CMYK 0.21 0.31 0 0.19
HSL 259.05º 0.39% 0.68% -
HSV(B) 259.05º 0.31% 0.81% -
XYZ 36.07 31.89 62.65 -
YUV 156.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 163 143 206 0.21 0.31 0 0.19 259.05 0.39 0.68
Hex A3 8F CE 15 1F 0 13 103 27 44
Octal 243 217 316 25 37 0 23 403 47 104
Binary 10100011 10001111 11001110 10101 11111 0 10011 100000011 100111 1000100

Color Harmonies of #A38FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FCE

Black with #A38FCE

Text Example


Text Example

White with #A38FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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