Html Css Color HEX #AF1FB2 Dark Orchid

📋 copy color: '#AF1FB2'

red 175 ◦ green 31 ◦ blue 178

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

Shades of Dark Orchid #AF1FB2

Tints of Dark Orchid #AF1FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.35%

R = 45.57%
G = 8.07%
B = 46.35%

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

#AF1FB2 (or 0xAF1FB2) is known color: Dark Orchid. HEX triplet: AF, 1F and B2. RGB value is (175,31,178). Sum of RGB (Red+Green+Blue) = 175+31+178=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF1FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1FB2 is #50E04D. Grayscale: #5A5A5A. Windows color (decimal): -5300302 or 11673519. OLE color: 11673519.

HSL color Cylindrical-coordinate representation of color #AF1FB2: hue angle of 298.78º 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 #AF1FB2 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 31 178 -
CMYK 0.02 0.83 0 0.30
HSL 298.78º 0.7% 0.41% -
HSV(B) 298.78º 0.83% 0.7% -
XYZ 26.21 13.31 43.31 -
YUV 90.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 175 31 178 0.02 0.83 0 0.30 298.78 0.7 0.41
Hex AF 1F B2 2 53 0 1E 12B 46 29
Octal 257 37 262 2 123 0 36 453 106 51
Binary 10101111 11111 10110010 10 1010011 0 11110 100101011 1000110 101001

Color Harmonies of #AF1FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FB2

Black with #AF1FB2

Text Example


Text Example

White with #AF1FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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