Html Css Color HEX #A28FCE Biloba Flower

📋 copy color: '#A28FCE'

red 162 ◦ green 143 ◦ blue 206

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

Shades of Biloba Flower #A28FCE

Tints of Biloba Flower #A28FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.98%

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 31.7%
G = 27.98%
B = 40.31%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A28FCE (or 0xA28FCE) is known color: Biloba Flower. HEX triplet: A2, 8F and CE. RGB value is (162,143,206). Sum of RGB (Red+Green+Blue) = 162+143+206=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A28FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FCE is #5D7031. Grayscale: #9B9B9B. Windows color (decimal): -6123570 or 13537186. OLE color: 13537186.

HSL color Cylindrical-coordinate representation of color #A28FCE: hue angle of 258.1º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28FCE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 143 206 -
CMYK 0.21 0.31 0 0.19
HSL 258.1º 0.39% 0.68% -
HSV(B) 258.1º 0.31% 0.81% -
XYZ 35.86 31.78 62.64 -
YUV 155.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 162 143 206 0.21 0.31 0 0.19 258.1 0.39 0.68
Hex A2 8F CE 15 1F 0 13 102 27 44
Octal 242 217 316 25 37 0 23 402 47 104
Binary 10100010 10001111 11001110 10101 11111 0 10011 100000010 100111 1000100

Color Harmonies of #A28FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FCE

Black with #A28FCE

Text Example


Text Example

White with #A28FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FCE; }

 p { color: rgb(162,143,206); }

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

background-color css

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

 a { background-color: rgb(162,143,206); }

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

border-color css

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

 span { border-color: rgb(162,143,206); }

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