Html Css Color HEX #AF27F2 Blue Violet

📋 copy color: '#AF27F2'

red 175 ◦ green 39 ◦ blue 242

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

Shades of Blue Violet #AF27F2

Tints of Blue Violet #AF27F2

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.55%

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

R = 38.38%
G = 8.55%
B = 53.07%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF27F2 (or 0xAF27F2) is known color: Blue Violet. HEX triplet: AF, 27 and F2. RGB value is (175,39,242). Sum of RGB (Red+Green+Blue) = 175+39+242=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF27F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF27F2 is #50D80D. Grayscale: #666666. Windows color (decimal): -5298190 or 15869871. OLE color: 15869871.

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

Color convert

RGB 175 39 242 -
CMYK 0.28 0.84 0 0.05
HSL 280.2º 0.89% 0.55% -
HSV(B) 280.2º 0.84% 0.95% -
XYZ 34.43 16.98 85.47 -
YUV 102.81 206.56 179.49 -
System Red Green Blue C M Y K H S L
Decimal 175 39 242 0.28 0.84 0 0.05 280.2 0.89 0.55
Hex AF 27 F2 1C 54 0 5 118 59 37
Octal 257 47 362 34 124 0 5 430 131 67
Binary 10101111 100111 11110010 11100 1010100 0 101 100011000 1011001 110111

Color Harmonies of #AF27F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27F2

Black with #AF27F2

Text Example


Text Example

White with #AF27F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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