Html Css Color HEX #AF1FC6 Dark Orchid

📋 copy color: '#AF1FC6'

red 175 ◦ green 31 ◦ blue 198

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

Shades of Dark Orchid #AF1FC6

Tints of Dark Orchid #AF1FC6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.67%

 BLUE value IS 198 (77.73% from 255) = 49.01%

R = 43.32%
G = 7.67%
B = 49.01%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF1FC6 (or 0xAF1FC6) is known color: Dark Orchid. HEX triplet: AF, 1F and C6. RGB value is (175,31,198). Sum of RGB (Red+Green+Blue) = 175+31+198=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF1FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FC6 is #50E039. Grayscale: #5C5C5C. Windows color (decimal): -5300282 or 12984239. OLE color: 12984239.

HSL color Cylindrical-coordinate representation of color #AF1FC6: hue angle of 291.74º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1FC6 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 31 198 -
CMYK 0.12 0.84 0 0.22
HSL 291.74º 0.73% 0.45% -
HSV(B) 291.74º 0.84% 0.78% -
XYZ 28.36 14.17 54.67 -
YUV 93.09 187.21 186.42 -
System Red Green Blue C M Y K H S L
Decimal 175 31 198 0.12 0.84 0 0.22 291.74 0.73 0.45
Hex AF 1F C6 C 54 0 16 124 49 2D
Octal 257 37 306 14 124 0 26 444 111 55
Binary 10101111 11111 11000110 1100 1010100 0 10110 100100100 1001001 101101

Color Harmonies of #AF1FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FC6

Black with #AF1FC6

Text Example


Text Example

White with #AF1FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FC6; }

 p { color: rgb(175,31,198); }

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

background-color css

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

 a { background-color: rgb(175,31,198); }

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

border-color css

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

 span { border-color: rgb(175,31,198); }

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