Html Css Color HEX #AF85F2 Biloba Flower

📋 copy color: '#AF85F2'

red 175 ◦ green 133 ◦ blue 242

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

Shades of Biloba Flower #AF85F2

Tints of Biloba Flower #AF85F2

RGB

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

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

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

R = 31.82%
G = 24.18%
B = 44%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF85F2 (or 0xAF85F2) is known color: Biloba Flower. HEX triplet: AF, 85 and F2. RGB value is (175,133,242). Sum of RGB (Red+Green+Blue) = 175+133+242=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF85F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85F2 is #507A0D. Grayscale: #9D9D9D. Windows color (decimal): -5274126 or 15893935. OLE color: 15893935.

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

Color convert

RGB 175 133 242 -
CMYK 0.28 0.45 0 0.05
HSL 263.12º 0.81% 0.74% -
HSV(B) 263.12º 0.45% 0.95% -
XYZ 42.09 32.3 88.02 -
YUV 157.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 175 133 242 0.28 0.45 0 0.05 263.12 0.81 0.74
Hex AF 85 F2 1C 2D 0 5 107 51 4A
Octal 257 205 362 34 55 0 5 407 121 112
Binary 10101111 10000101 11110010 11100 101101 0 101 100000111 1010001 1001010

Color Harmonies of #AF85F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85F2

Black with #AF85F2

Text Example


Text Example

White with #AF85F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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