Html Css Color HEX #A38FEA Biloba Flower

📋 copy color: '#A38FEA'

red 163 ◦ green 143 ◦ blue 234

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

Shades of Biloba Flower #A38FEA

Tints of Biloba Flower #A38FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 30.19%
G = 26.48%
B = 43.33%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A38FEA (or 0xA38FEA) is known color: Biloba Flower. HEX triplet: A3, 8F and EA. RGB value is (163,143,234). Sum of RGB (Red+Green+Blue) = 163+143+234=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #A38FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FEA is #5C7015. Grayscale: #9F9F9F. Windows color (decimal): -6058006 or 15372195. OLE color: 15372195.

HSL color Cylindrical-coordinate representation of color #A38FEA: hue angle of 253.19º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38FEA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 143 234 -
CMYK 0.30 0.39 0 0.08
HSL 253.19º 0.68% 0.74% -
HSV(B) 253.19º 0.39% 0.92% -
XYZ 39.78 33.37 82.19 -
YUV 159.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 163 143 234 0.30 0.39 0 0.08 253.19 0.68 0.74
Hex A3 8F EA 1E 27 0 8 FD 44 4A
Octal 243 217 352 36 47 0 10 375 104 112
Binary 10100011 10001111 11101010 11110 100111 0 1000 11111101 1000100 1001010

Color Harmonies of #A38FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FEA

Black with #A38FEA

Text Example


Text Example

White with #A38FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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