Html Css Color HEX #AF1FB3 Dark Orchid

📋 copy color: '#AF1FB3'

red 175 ◦ green 31 ◦ blue 179

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

Shades of Dark Orchid #AF1FB3

Tints of Dark Orchid #AF1FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 45.45%
G = 8.05%
B = 46.49%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF1FB3 (or 0xAF1FB3) is known color: Dark Orchid. HEX triplet: AF, 1F and B3. RGB value is (175,31,179). Sum of RGB (Red+Green+Blue) = 175+31+179=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF1FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FB3 is #50E04C. Grayscale: #5A5A5A. Windows color (decimal): -5300301 or 11739055. OLE color: 11739055.

HSL color Cylindrical-coordinate representation of color #AF1FB3: hue angle of 298.38º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1FB3 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 31 179 -
CMYK 0.02 0.83 0 0.30
HSL 298.38º 0.7% 0.41% -
HSV(B) 298.38º 0.83% 0.7% -
XYZ 26.31 13.35 43.84 -
YUV 90.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 175 31 179 0.02 0.83 0 0.30 298.38 0.7 0.41
Hex AF 1F B3 2 53 0 1E 12A 46 29
Octal 257 37 263 2 123 0 36 452 106 51
Binary 10101111 11111 10110011 10 1010011 0 11110 100101010 1000110 101001

Color Harmonies of #AF1FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FB3

Black with #AF1FB3

Text Example


Text Example

White with #AF1FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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