Html Css Color HEX #AF30FD Blue Violet

📋 copy color: '#AF30FD'

red 175 ◦ green 48 ◦ blue 253

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

Shades of Blue Violet #AF30FD

Tints of Blue Violet #AF30FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 36.76%
G = 10.08%
B = 53.15%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF30FD (or 0xAF30FD) is known color: Blue Violet. HEX triplet: AF, 30 and FD. RGB value is (175,48,253). Sum of RGB (Red+Green+Blue) = 175+48+253=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF30FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30FD is #50CF02. Grayscale: #6C6C6C. Windows color (decimal): -5295875 or 16593071. OLE color: 16593071.

HSL color Cylindrical-coordinate representation of color #AF30FD: hue angle of 277.17º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF30FD is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 48 253 -
CMYK 0.31 0.81 0 0.01
HSL 277.17º 0.98% 0.59% -
HSV(B) 277.17º 0.81% 0.99% -
XYZ 36.47 18.32 94.54 -
YUV 109.34 209.08 174.83 -
System Red Green Blue C M Y K H S L
Decimal 175 48 253 0.31 0.81 0 0.01 277.17 0.98 0.59
Hex AF 30 FD 1F 51 0 1 115 62 3B
Octal 257 60 375 37 121 0 1 425 142 73
Binary 10101111 110000 11111101 11111 1010001 0 1 100010101 1100010 111011

Color Harmonies of #AF30FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30FD

Black with #AF30FD

Text Example


Text Example

White with #AF30FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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