Html Css Color HEX #A885EE Biloba Flower

📋 copy color: '#A885EE'

red 168 ◦ green 133 ◦ blue 238

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

Shades of Biloba Flower #A885EE

Tints of Biloba Flower #A885EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 31.17%
G = 24.68%
B = 44.16%

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

#A885EE (or 0xA885EE) is known color: Biloba Flower. HEX triplet: A8, 85 and EE. RGB value is (168,133,238). Sum of RGB (Red+Green+Blue) = 168+133+238=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #A885EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885EE is #577A11. Grayscale: #9B9B9B. Windows color (decimal): -5732882 or 15631784. OLE color: 15631784.

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

Color convert

RGB 168 133 238 -
CMYK 0.29 0.44 0 0.07
HSL 260º 0.76% 0.73% -
HSV(B) 260º 0.44% 0.93% -
XYZ 39.97 31.27 84.82 -
YUV 155.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 168 133 238 0.29 0.44 0 0.07 260 0.76 0.73
Hex A8 85 EE 1D 2C 0 7 104 4C 49
Octal 250 205 356 35 54 0 7 404 114 111
Binary 10101000 10000101 11101110 11101 101100 0 111 100000100 1001100 1001001

Color Harmonies of #A885EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885EE

Black with #A885EE

Text Example


Text Example

White with #A885EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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