Html Css Color HEX #A38FEE Biloba Flower

📋 copy color: '#A38FEE'

red 163 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #A38FEE

Tints of Biloba Flower #A38FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 29.96%
G = 26.29%
B = 43.75%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A38FEE (or 0xA38FEE) is known color: Biloba Flower. HEX triplet: A3, 8F and EE. RGB value is (163,143,238). Sum of RGB (Red+Green+Blue) = 163+143+238=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #A38FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FEE is #5C7011. Grayscale: #9F9F9F. Windows color (decimal): -6058002 or 15634339. OLE color: 15634339.

HSL color Cylindrical-coordinate representation of color #A38FEE: hue angle of 252.63º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38FEE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 143 238 -
CMYK 0.32 0.40 0 0.07
HSL 252.63º 0.74% 0.75% -
HSV(B) 252.63º 0.4% 0.93% -
XYZ 40.36 33.6 85.25 -
YUV 159.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 163 143 238 0.32 0.40 0 0.07 252.63 0.74 0.75
Hex A3 8F EE 20 28 0 7 FD 4A 4B
Octal 243 217 356 40 50 0 7 375 112 113
Binary 10100011 10001111 11101110 100000 101000 0 111 11111101 1001010 1001011

Color Harmonies of #A38FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FEE

Black with #A38FEE

Text Example


Text Example

White with #A38FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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