Html Css Color HEX #A38FCF Biloba Flower

📋 copy color: '#A38FCF'

red 163 ◦ green 143 ◦ blue 207

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

Shades of Biloba Flower #A38FCF

Tints of Biloba Flower #A38FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 31.77%
G = 27.88%
B = 40.35%

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

#A38FCF (or 0xA38FCF) is known color: Biloba Flower. HEX triplet: A3, 8F and CF. RGB value is (163,143,207). Sum of RGB (Red+Green+Blue) = 163+143+207=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #A38FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FCF is #5C7030. Grayscale: #9C9C9C. Windows color (decimal): -6058033 or 13602723. OLE color: 13602723.

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

Color convert

RGB 163 143 207 -
CMYK 0.21 0.31 0 0.19
HSL 258.75º 0.4% 0.69% -
HSV(B) 258.75º 0.31% 0.81% -
XYZ 36.19 31.94 63.29 -
YUV 156.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 163 143 207 0.21 0.31 0 0.19 258.75 0.4 0.69
Hex A3 8F CF 15 1F 0 13 103 28 45
Octal 243 217 317 25 37 0 23 403 50 105
Binary 10100011 10001111 11001111 10101 11111 0 10011 100000011 101000 1000101

Color Harmonies of #A38FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FCF

Black with #A38FCF

Text Example


Text Example

White with #A38FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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