Html Css Color HEX #A38EF2 Biloba Flower

📋 copy color: '#A38EF2'

red 163 ◦ green 142 ◦ blue 242

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

Shades of Biloba Flower #A38EF2

Tints of Biloba Flower #A38EF2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.96%

 BLUE value IS 242 (94.92% from 255) = 44.24%

R = 29.8%
G = 25.96%
B = 44.24%

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

#A38EF2 (or 0xA38EF2) is known color: Biloba Flower. HEX triplet: A3, 8E and F2. RGB value is (163,142,242). Sum of RGB (Red+Green+Blue) = 163+142+242=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #A38EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38EF2 is #5C710D. Grayscale: #9F9F9F. Windows color (decimal): -6058254 or 15896227. OLE color: 15896227.

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

Color convert

RGB 163 142 242 -
CMYK 0.33 0.41 0 0.05
HSL 252.6º 0.79% 0.75% -
HSV(B) 252.6º 0.41% 0.95% -
XYZ 40.8 33.54 88.33 -
YUV 159.68 174.46 130.37 -
System Red Green Blue C M Y K H S L
Decimal 163 142 242 0.33 0.41 0 0.05 252.6 0.79 0.75
Hex A3 8E F2 21 29 0 5 FD 4F 4B
Octal 243 216 362 41 51 0 5 375 117 113
Binary 10100011 10001110 11110010 100001 101001 0 101 11111101 1001111 1001011

Color Harmonies of #A38EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EF2

Black with #A38EF2

Text Example


Text Example

White with #A38EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EF2; }

 p { color: rgb(163,142,242); }

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

background-color css

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

 a { background-color: rgb(163,142,242); }

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

border-color css

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

 span { border-color: rgb(163,142,242); }

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