Html Css Color HEX #A285DB Biloba Flower

📋 copy color: '#A285DB'

red 162 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #A285DB

Tints of Biloba Flower #A285DB

RGB

 RED value IS 162 (63.67% from 255) = 31.52%

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 31.52%
G = 25.88%
B = 42.61%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A285DB (or 0xA285DB) is known color: Biloba Flower. HEX triplet: A2, 85 and DB. RGB value is (162,133,219). Sum of RGB (Red+Green+Blue) = 162+133+219=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A285DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285DB is #5D7A24. Grayscale: #979797. Windows color (decimal): -6126117 or 14386594. OLE color: 14386594.

HSL color Cylindrical-coordinate representation of color #A285DB: hue angle of 260.23º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A285DB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 133 219 -
CMYK 0.26 0.39 0 0.14
HSL 260.23º 0.54% 0.69% -
HSV(B) 260.23º 0.39% 0.86% -
XYZ 36.07 29.57 70.82 -
YUV 151.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 162 133 219 0.26 0.39 0 0.14 260.23 0.54 0.69
Hex A2 85 DB 1A 27 0 E 104 36 45
Octal 242 205 333 32 47 0 16 404 66 105
Binary 10100010 10000101 11011011 11010 100111 0 1110 100000100 110110 1000101

Color Harmonies of #A285DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285DB

Black with #A285DB

Text Example


Text Example

White with #A285DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285DB; }

 p { color: rgb(162,133,219); }

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

background-color css

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

 a { background-color: rgb(162,133,219); }

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

border-color css

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

 span { border-color: rgb(162,133,219); }

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