Html Css Color HEX #A885EC Biloba Flower

📋 copy color: '#A885EC'

red 168 ◦ green 133 ◦ blue 236

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

Shades of Biloba Flower #A885EC

Tints of Biloba Flower #A885EC

RGB

 RED value IS 168 (66.02% from 255) = 31.28%

 GREEN value IS 133 (52.34% from 255) = 24.77%

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 31.28%
G = 24.77%
B = 43.95%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A885EC (or 0xA885EC) is known color: Biloba Flower. HEX triplet: A8, 85 and EC. RGB value is (168,133,236). Sum of RGB (Red+Green+Blue) = 168+133+236=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #A885EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885EC is #577A13. Grayscale: #9A9A9A. Windows color (decimal): -5732884 or 15500712. OLE color: 15500712.

HSL color Cylindrical-coordinate representation of color #A885EC: hue angle of 260.39º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A885EC is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 133 236 -
CMYK 0.29 0.44 0 0.07
HSL 260.39º 0.73% 0.72% -
HSV(B) 260.39º 0.44% 0.93% -
XYZ 39.68 31.16 83.28 -
YUV 155.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 168 133 236 0.29 0.44 0 0.07 260.39 0.73 0.72
Hex A8 85 EC 1D 2C 0 7 104 49 48
Octal 250 205 354 35 54 0 7 404 111 110
Binary 10101000 10000101 11101100 11101 101100 0 111 100000100 1001001 1001000

Color Harmonies of #A885EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885EC

Black with #A885EC

Text Example


Text Example

White with #A885EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885EC; }

 p { color: rgb(168,133,236); }

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

background-color css

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

 a { background-color: rgb(168,133,236); }

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

border-color css

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

 span { border-color: rgb(168,133,236); }

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