Html Css Color HEX #AF32F2 Blue Violet

📋 copy color: '#AF32F2'

red 175 ◦ green 50 ◦ blue 242

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

Shades of Blue Violet #AF32F2

Tints of Blue Violet #AF32F2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.71%

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

R = 37.47%
G = 10.71%
B = 51.82%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF32F2 (or 0xAF32F2) is known color: Blue Violet. HEX triplet: AF, 32 and F2. RGB value is (175,50,242). Sum of RGB (Red+Green+Blue) = 175+50+242=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF32F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32F2 is #50CD0D. Grayscale: #6C6C6C. Windows color (decimal): -5295374 or 15872687. OLE color: 15872687.

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

Color convert

RGB 175 50 242 -
CMYK 0.28 0.79 0 0.05
HSL 279.06º 0.88% 0.57% -
HSV(B) 279.06º 0.79% 0.95% -
XYZ 34.85 17.81 85.6 -
YUV 109.26 202.91 174.89 -
System Red Green Blue C M Y K H S L
Decimal 175 50 242 0.28 0.79 0 0.05 279.06 0.88 0.57
Hex AF 32 F2 1C 4F 0 5 117 58 39
Octal 257 62 362 34 117 0 5 427 130 71
Binary 10101111 110010 11110010 11100 1001111 0 101 100010111 1011000 111001

Color Harmonies of #AF32F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32F2

Black with #AF32F2

Text Example


Text Example

White with #AF32F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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