Html Css Color HEX #A285DA Biloba Flower

📋 copy color: '#A285DA'

red 162 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #A285DA

Tints of Biloba Flower #A285DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 31.58%
G = 25.93%
B = 42.5%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A285DA (or 0xA285DA) is known color: Biloba Flower. HEX triplet: A2, 85 and DA. RGB value is (162,133,218). Sum of RGB (Red+Green+Blue) = 162+133+218=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #A285DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285DA is #5D7A25. Grayscale: #979797. Windows color (decimal): -6126118 or 14321058. OLE color: 14321058.

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

Color convert

RGB 162 133 218 -
CMYK 0.26 0.39 0 0.15
HSL 260.47º 0.53% 0.69% -
HSV(B) 260.47º 0.39% 0.85% -
XYZ 35.94 29.52 70.13 -
YUV 151.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 162 133 218 0.26 0.39 0 0.15 260.47 0.53 0.69
Hex A2 85 DA 1A 27 0 F 104 35 45
Octal 242 205 332 32 47 0 17 404 65 105
Binary 10100010 10000101 11011010 11010 100111 0 1111 100000100 110101 1000101

Color Harmonies of #A285DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285DA

Black with #A285DA

Text Example


Text Example

White with #A285DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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