Html Css Color HEX #AF83F2 Biloba Flower

📋 copy color: '#AF83F2'

red 175 ◦ green 131 ◦ blue 242

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

Shades of Biloba Flower #AF83F2

Tints of Biloba Flower #AF83F2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.91%

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

R = 31.93%
G = 23.91%
B = 44.16%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF83F2 (or 0xAF83F2) is known color: Biloba Flower. HEX triplet: AF, 83 and F2. RGB value is (175,131,242). Sum of RGB (Red+Green+Blue) = 175+131+242=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF83F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83F2 is #507C0D. Grayscale: #9C9C9C. Windows color (decimal): -5274638 or 15893423. OLE color: 15893423.

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

Color convert

RGB 175 131 242 -
CMYK 0.28 0.46 0 0.05
HSL 263.78º 0.81% 0.73% -
HSV(B) 263.78º 0.46% 0.95% -
XYZ 41.82 31.76 87.93 -
YUV 156.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 175 131 242 0.28 0.46 0 0.05 263.78 0.81 0.73
Hex AF 83 F2 1C 2E 0 5 108 51 49
Octal 257 203 362 34 56 0 5 410 121 111
Binary 10101111 10000011 11110010 11100 101110 0 101 100001000 1010001 1001001

Color Harmonies of #AF83F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83F2

Black with #AF83F2

Text Example


Text Example

White with #AF83F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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