Html Css Color HEX #A38AEF Biloba Flower

📋 copy color: '#A38AEF'

red 163 ◦ green 138 ◦ blue 239

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

Shades of Biloba Flower #A38AEF

Tints of Biloba Flower #A38AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.56%

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

R = 30.19%
G = 25.56%
B = 44.26%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A38AEF (or 0xA38AEF) is known color: Biloba Flower. HEX triplet: A3, 8A and EF. RGB value is (163,138,239). Sum of RGB (Red+Green+Blue) = 163+138+239=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #A38AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38AEF is #5C7510. Grayscale: #9C9C9C. Windows color (decimal): -6059281 or 15698595. OLE color: 15698595.

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

Color convert

RGB 163 138 239 -
CMYK 0.32 0.42 0 0.06
HSL 254.85º 0.76% 0.74% -
HSV(B) 254.85º 0.42% 0.94% -
XYZ 39.77 32.2 85.78 -
YUV 156.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 163 138 239 0.32 0.42 0 0.06 254.85 0.76 0.74
Hex A3 8A EF 20 2A 0 6 FF 4C 4A
Octal 243 212 357 40 52 0 6 377 114 112
Binary 10100011 10001010 11101111 100000 101010 0 110 11111111 1001100 1001010

Color Harmonies of #A38AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AEF

Black with #A38AEF

Text Example


Text Example

White with #A38AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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