Html Css Color HEX #AF30F1 Blue Violet

📋 copy color: '#AF30F1'

red 175 ◦ green 48 ◦ blue 241

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

Shades of Blue Violet #AF30F1

Tints of Blue Violet #AF30F1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.34%

 BLUE value IS 241 (94.53% from 255) = 51.94%

R = 37.72%
G = 10.34%
B = 51.94%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF30F1 (or 0xAF30F1) is known color: Blue Violet. HEX triplet: AF, 30 and F1. RGB value is (175,48,241). Sum of RGB (Red+Green+Blue) = 175+48+241=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF30F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30F1 is #50CF0E. Grayscale: #6B6B6B. Windows color (decimal): -5295887 or 15806639. OLE color: 15806639.

HSL color Cylindrical-coordinate representation of color #AF30F1: hue angle of 279.48º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF30F1 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 48 241 -
CMYK 0.27 0.80 0 0.05
HSL 279.48º 0.87% 0.57% -
HSV(B) 279.48º 0.8% 0.95% -
XYZ 34.61 17.58 84.79 -
YUV 107.98 203.08 175.81 -
System Red Green Blue C M Y K H S L
Decimal 175 48 241 0.27 0.80 0 0.05 279.48 0.87 0.57
Hex AF 30 F1 1B 50 0 5 117 57 39
Octal 257 60 361 33 120 0 5 427 127 71
Binary 10101111 110000 11110001 11011 1010000 0 101 100010111 1010111 111001

Color Harmonies of #AF30F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30F1

Black with #AF30F1

Text Example


Text Example

White with #AF30F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30F1; }

 p { color: rgb(175,48,241); }

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

background-color css

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

 a { background-color: rgb(175,48,241); }

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

border-color css

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

 span { border-color: rgb(175,48,241); }

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