Html Css Color HEX #AF8AF0 Biloba Flower

📋 copy color: '#AF8AF0'

red 175 ◦ green 138 ◦ blue 240

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

Shades of Biloba Flower #AF8AF0

Tints of Biloba Flower #AF8AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.95%

 BLUE value IS 240 (94.14% from 255) = 43.4%

R = 31.65%
G = 24.95%
B = 43.4%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF8AF0 (or 0xAF8AF0) is known color: Biloba Flower. HEX triplet: AF, 8A and F0. RGB value is (175,138,240). Sum of RGB (Red+Green+Blue) = 175+138+240=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF8AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AF0 is #50750F. Grayscale: #A0A0A0. Windows color (decimal): -5272848 or 15764143. OLE color: 15764143.

HSL color Cylindrical-coordinate representation of color #AF8AF0: hue angle of 261.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8AF0 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 138 240 -
CMYK 0.27 0.42 0 0.06
HSL 261.76º 0.77% 0.74% -
HSV(B) 261.76º 0.43% 0.94% -
XYZ 42.5 33.58 86.68 -
YUV 160.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 175 138 240 0.27 0.42 0 0.06 261.76 0.77 0.74
Hex AF 8A F0 1B 2A 0 6 106 4D 4A
Octal 257 212 360 33 52 0 6 406 115 112
Binary 10101111 10001010 11110000 11011 101010 0 110 100000110 1001101 1001010

Color Harmonies of #AF8AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AF0

Black with #AF8AF0

Text Example


Text Example

White with #AF8AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AF0; }

 p { color: rgb(175,138,240); }

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

background-color css

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

 a { background-color: rgb(175,138,240); }

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

border-color css

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

 span { border-color: rgb(175,138,240); }

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