Html Css Color HEX #A485E2 Biloba Flower

📋 copy color: '#A485E2'

red 164 ◦ green 133 ◦ blue 226

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

Shades of Biloba Flower #A485E2

Tints of Biloba Flower #A485E2

RGB

 RED value IS 164 (64.45% from 255) = 31.36%

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

 BLUE value IS 226 (88.67% from 255) = 43.21%

R = 31.36%
G = 25.43%
B = 43.21%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A485E2 (or 0xA485E2) is known color: Biloba Flower. HEX triplet: A4, 85 and E2. RGB value is (164,133,226). Sum of RGB (Red+Green+Blue) = 164+133+226=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #A485E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485E2 is #5B7A1D. Grayscale: #989898. Windows color (decimal): -5995038 or 14845348. OLE color: 14845348.

HSL color Cylindrical-coordinate representation of color #A485E2: hue angle of 260º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A485E2 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 133 226 -
CMYK 0.27 0.41 0 0.11
HSL 260º 0.62% 0.7% -
HSV(B) 260º 0.41% 0.89% -
XYZ 37.42 30.16 75.8 -
YUV 152.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 164 133 226 0.27 0.41 0 0.11 260 0.62 0.7
Hex A4 85 E2 1B 29 0 B 104 3E 46
Octal 244 205 342 33 51 0 13 404 76 106
Binary 10100100 10000101 11100010 11011 101001 0 1011 100000100 111110 1000110

Color Harmonies of #A485E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485E2

Black with #A485E2

Text Example


Text Example

White with #A485E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485E2; }

 p { color: rgb(164,133,226); }

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

background-color css

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

 a { background-color: rgb(164,133,226); }

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

border-color css

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

 span { border-color: rgb(164,133,226); }

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