Html Css Color HEX #AF30FA Blue Violet

📋 copy color: '#AF30FA'

red 175 ◦ green 48 ◦ blue 250

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

Shades of Blue Violet #AF30FA

Tints of Blue Violet #AF30FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 37%
G = 10.15%
B = 52.85%

CMYK

 C value IS 0.3

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF30FA (or 0xAF30FA) is known color: Blue Violet. HEX triplet: AF, 30 and FA. RGB value is (175,48,250). Sum of RGB (Red+Green+Blue) = 175+48+250=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF30FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30FA is #50CF05. Grayscale: #6C6C6C. Windows color (decimal): -5295878 or 16396463. OLE color: 16396463.

HSL color Cylindrical-coordinate representation of color #AF30FA: hue angle of 277.72º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF30FA is Cyan = 0.3, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 48 250 -
CMYK 0.3 0.81 0 0.02
HSL 277.72º 0.95% 0.58% -
HSV(B) 277.72º 0.81% 0.98% -
XYZ 35.99 18.13 92.04 -
YUV 109 207.58 175.07 -
System Red Green Blue C M Y K H S L
Decimal 175 48 250 0.3 0.81 0 0.02 277.72 0.95 0.58
Hex AF 30 FA 1E 51 0 2 116 5F 3A
Octal 257 60 372 36 121 0 2 426 137 72
Binary 10101111 110000 11111010 11110 1010001 0 10 100010110 1011111 111010

Color Harmonies of #AF30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30FA

Black with #AF30FA

Text Example


Text Example

White with #AF30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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