Html Css Color HEX #AF8DF2 Biloba Flower

📋 copy color: '#AF8DF2'

red 175 ◦ green 141 ◦ blue 242

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

Shades of Biloba Flower #AF8DF2

Tints of Biloba Flower #AF8DF2

RGB

 RED value IS 175 (68.75% from 255) = 31.36%

 GREEN value IS 141 (55.47% from 255) = 25.27%

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 31.36%
G = 25.27%
B = 43.37%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF8DF2 (or 0xAF8DF2) is known color: Biloba Flower. HEX triplet: AF, 8D and F2. RGB value is (175,141,242). Sum of RGB (Red+Green+Blue) = 175+141+242=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF8DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DF2 is #50720D. Grayscale: #A2A2A2. Windows color (decimal): -5272078 or 15895983. OLE color: 15895983.

HSL color Cylindrical-coordinate representation of color #AF8DF2: hue angle of 260.2º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8DF2 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 141 242 -
CMYK 0.28 0.42 0 0.05
HSL 260.2º 0.8% 0.75% -
HSV(B) 260.2º 0.42% 0.95% -
XYZ 43.23 34.57 88.4 -
YUV 162.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 175 141 242 0.28 0.42 0 0.05 260.2 0.8 0.75
Hex AF 8D F2 1C 2A 0 5 104 50 4B
Octal 257 215 362 34 52 0 5 404 120 113
Binary 10101111 10001101 11110010 11100 101010 0 101 100000100 1010000 1001011

Color Harmonies of #AF8DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DF2

Black with #AF8DF2

Text Example


Text Example

White with #AF8DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DF2; }

 p { color: rgb(175,141,242); }

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

background-color css

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

 a { background-color: rgb(175,141,242); }

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

border-color css

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

 span { border-color: rgb(175,141,242); }

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