Html Css Color HEX #A38FF3 Biloba Flower

📋 copy color: '#A38FF3'

red 163 ◦ green 143 ◦ blue 243

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

Shades of Biloba Flower #A38FF3

Tints of Biloba Flower #A38FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.26%

R = 29.69%
G = 26.05%
B = 44.26%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A38FF3 (or 0xA38FF3) is known color: Biloba Flower. HEX triplet: A3, 8F and F3. RGB value is (163,143,243). Sum of RGB (Red+Green+Blue) = 163+143+243=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #A38FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FF3 is #5C700C. Grayscale: #9F9F9F. Windows color (decimal): -6057997 or 15962019. OLE color: 15962019.

HSL color Cylindrical-coordinate representation of color #A38FF3: hue angle of 252º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38FF3 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 143 243 -
CMYK 0.33 0.41 0 0.05
HSL 252º 0.81% 0.76% -
HSV(B) 252º 0.41% 0.95% -
XYZ 41.1 33.9 89.17 -
YUV 160.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 163 143 243 0.33 0.41 0 0.05 252 0.81 0.76
Hex A3 8F F3 21 29 0 5 FC 51 4C
Octal 243 217 363 41 51 0 5 374 121 114
Binary 10100011 10001111 11110011 100001 101001 0 101 11111100 1010001 1001100

Color Harmonies of #A38FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FF3

Black with #A38FF3

Text Example


Text Example

White with #A38FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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