Html Css Color HEX #A38CEF Biloba Flower

📋 copy color: '#A38CEF'

red 163 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #A38CEF

Tints of Biloba Flower #A38CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.83%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 30.07%
G = 25.83%
B = 44.1%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A38CEF (or 0xA38CEF) is known color: Biloba Flower. HEX triplet: A3, 8C and EF. RGB value is (163,140,239). Sum of RGB (Red+Green+Blue) = 163+140+239=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #A38CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CEF is #5C7310. Grayscale: #9D9D9D. Windows color (decimal): -6058769 or 15699107. OLE color: 15699107.

HSL color Cylindrical-coordinate representation of color #A38CEF: hue angle of 253.94º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38CEF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 140 239 -
CMYK 0.32 0.41 0 0.06
HSL 253.94º 0.76% 0.74% -
HSV(B) 253.94º 0.41% 0.94% -
XYZ 40.06 32.77 85.88 -
YUV 158.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 163 140 239 0.32 0.41 0 0.06 253.94 0.76 0.74
Hex A3 8C EF 20 29 0 6 FE 4C 4A
Octal 243 214 357 40 51 0 6 376 114 112
Binary 10100011 10001100 11101111 100000 101001 0 110 11111110 1001100 1001010

Color Harmonies of #A38CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CEF

Black with #A38CEF

Text Example


Text Example

White with #A38CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CEF; }

 p { color: rgb(163,140,239); }

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

background-color css

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

 a { background-color: rgb(163,140,239); }

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

border-color css

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

 span { border-color: rgb(163,140,239); }

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